diff --git a/buildozer.spec b/buildozer.spec index ac3a767..fc3e1a5 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -283,7 +283,7 @@ android.permissions = WRITE_EXTERNAL_STORAGE, READ_EXTERNAL_STORAGE, INTERNET, M # (list) The Android archs to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64 # In past, was `android.arch` as we weren't supporting builds for multiple archs at the same time. -android.archs = armeabi-v7a +android.archs = armeabi-v7a, arm64-v8s # (int) overrides automatic versionCode computation (used in build.gradle) # this is not the same as app version and should only be edited if you know what you're doing