Skip to content

Commit df7fe8f

Browse files
committed
Missing update after latest release (note: android.api = 37 fails)
1 parent 2ffffc3 commit df7fe8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildozer/default.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ fullscreen = 0
109109
#android.features = android.hardware.usb.host
110110

111111
# (int) Target Android API, should be as high as possible.
112-
#android.api = 37
112+
#android.api = 36
113113

114114
# (int) Minimum API your APK / AAB will support.
115115
#android.minapi = 24

buildozer/targets/android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from platform import uname
1111
WSL = 'microsoft' in uname()[2].lower()
1212

13-
ANDROID_API = '37'
13+
ANDROID_API = '36'
1414
ANDROID_MINAPI = '24'
1515
APACHE_ANT_VERSION = '1.9.4'
1616

0 commit comments

Comments
 (0)