You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Bump the minimum supported SDK version to 24
Raise the minimum supported Android version from Android 5 (Lollipop) to Android 7 (Nougat).
This commit is contained in:
@@ -73,7 +73,7 @@ def get_ndk_version():
|
||||
|
||||
# This is kept in sync with the value in 'platform/android/java/app/config.gradle'.
|
||||
def get_min_target_api():
|
||||
return 21
|
||||
return 24
|
||||
|
||||
|
||||
def get_flags():
|
||||
|
||||
Reference in New Issue
Block a user