We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96c813 commit fe80877Copy full SHA for fe80877
app/build.gradle
@@ -19,7 +19,7 @@ android {
19
versionName "1.0"
20
externalNativeBuild {
21
cmake {
22
- arguments "-DANDROID_STL=c++_static
+ arguments "-DANDROID_STL=c++_static"
23
abiFilters 'arm64-v8a'
24
}
25
0 commit comments