diff --git a/buildozer/default.spec b/buildozer/default.spec index b8631a76f..c9b180e4b 100644 --- a/buildozer/default.spec +++ b/buildozer/default.spec @@ -112,7 +112,7 @@ fullscreen = 0 #android.api = 31 # (int) Minimum API your APK / AAB will support. -#android.minapi = 21 +#android.minapi = 24 # (int) Android SDK version to use #android.sdk = 20 diff --git a/buildozer/targets/android.py b/buildozer/targets/android.py index 628c84fbc..c3939a66f 100644 --- a/buildozer/targets/android.py +++ b/buildozer/targets/android.py @@ -11,7 +11,7 @@ WSL = 'microsoft' in uname()[2].lower() ANDROID_API = '31' -ANDROID_MINAPI = '21' +ANDROID_MINAPI = '24' APACHE_ANT_VERSION = '1.9.4' # This constant should *not* be updated, it is used only in the case