From 1ca6b3ccfa990b7856d16a50903fcf02a67f6ee4 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sat, 11 Nov 2023 20:35:47 -0700 Subject: Ready for release 1.0 --- buildozer.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildozer.spec') diff --git a/buildozer.spec b/buildozer.spec index 8c1e3ad..2e15e11 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -283,7 +283,8 @@ android.permissions = INTERNET, WRITE_EXTERNAL_STORAGE # (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 = arm64-v8a, armeabi-v7a +#android.archs = armeabi-v7a +android.archs = arm64-v8a # (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 -- cgit v1.2.3