Explorar el Código

[new]arm64-v8a

zk hace 1 año
padre
commit
8a7efb6458
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      android/app/build.gradle

+ 5 - 0
android/app/build.gradle

@@ -42,6 +42,11 @@ android {
         targetSdk = rootProject.ext.targetSdkVersion
         versionCode = flutterVersionCode.toInteger()
         versionName = flutterVersionName
+
+        ndk {
+            //noinspection ChromeOsAbiSupport
+            abiFilters "arm64-v8a"
+        }
     }
 
     signingConfigs {