We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72c9db commit 4a740e4Copy full SHA for 4a740e4
1 file changed
android/app/build.gradle.kts
@@ -28,6 +28,7 @@ android {
28
testInstrumentationRunner = "com.simplecityapps.shuttle.CustomTestRunner"
29
ndk {
30
debugSymbolLevel = "FULL"
31
+ abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
32
}
33
34
0 commit comments