We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46225c7 commit 5000b11Copy full SHA for 5000b11
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