Skip to content

Commit 60ad251

Browse files
committed
Limit apk build to armeabi-v7a
1 parent b74bd84 commit 60ad251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildozer.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ android.ndk = 28c
6565
android.accept_sdk_license = True
6666

6767
# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
68-
android.archs = arm64-v8a
68+
android.archs = armeabi-v7a
6969

7070
android.permissions =
7171
WAKE_LOCK,

0 commit comments

Comments
 (0)