We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f50823a + 08dab39 commit fc3c5d3Copy full SHA for fc3c5d3
buildozer/default.spec
@@ -112,7 +112,7 @@ fullscreen = 0
112
#android.api = 33
113
114
# (int) Minimum API your APK / AAB will support.
115
-#android.minapi = 21
+#android.minapi = 24
116
117
# (int) Android SDK version to use
118
#android.sdk = 20
buildozer/targets/android.py
@@ -11,7 +11,7 @@
11
WSL = 'microsoft' in uname()[2].lower()
12
13
ANDROID_API = '33'
14
-ANDROID_MINAPI = '21'
+ANDROID_MINAPI = '24'
15
APACHE_ANT_VERSION = '1.9.4'
16
17
# This constant should *not* be updated, it is used only in the case
0 commit comments