10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5400761 commit ac1d5d2Copy full SHA for ac1d5d2
pythonforandroid/recommendations.py
@@ -60,8 +60,11 @@ def read_ndk_version(ndk_dir):
60
61
62
MIN_TARGET_API = 26
63
-RECOMMENDED_TARGET_API = 27 # highest version tested to work fine with SDL2
64
- # should be a good default for other bootstraps too
+
+# highest version tested to work fine with SDL2
65
+# should be a good default for other bootstraps too
66
+RECOMMENDED_TARGET_API = 27
67
68
ARMEABI_MAX_TARGET_API = 21
69
OLD_API_MESSAGE = (
70
'Target APIs lower than 26 are no longer supported on Google Play, '
0 commit comments