Skip to content

Commit 3ae5964

Browse files
committed
Lollipop
1 parent e5015ad commit 3ae5964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildozer.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ android.permissions = INTERNET, ACCESS_NETWORK_STATE
9494
android.api = 29
9595
9696
# (int) Minimum API your APK will support.
97-
android.minapi = 23
97+
android.minapi = 21
9898
9999
# (int) Android SDK version to use
100100
android.sdk = 29
@@ -222,7 +222,7 @@ android.logcat_filters = *:S python:D
222222
#android.copy_libs = 1
223223
224224
# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
225-
android.arch = arm64-v8a
225+
android.arch = armeabi-v7a
226226
227227
#
228228
# Python for android (p4a) specific

0 commit comments

Comments
 (0)