Ver Fonte

add abiFilters

Ethosa há 3 anos atrás
pai
commit
01c7790cd4
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      app/build.gradle

+ 3 - 0
app/build.gradle

@@ -12,6 +12,9 @@ android {
         targetSdk 32
         versionCode 3
         versionName "0.2.1"
+        ndk {
+            abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
+        }
 
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }