We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0533f96 commit 491c981Copy full SHA for 491c981
1 file changed
apps/AndroidApp/app/build.gradle.kts
@@ -25,6 +25,10 @@ android {
25
versionCode = 1
26
versionName = "1.0"
27
28
+ ndk {
29
+ abiFilters += listOf("arm64-v8a")
30
+ }
31
+
32
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
33
}
34
0 commit comments