mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +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:
parent
8f78e7510d
commit
c29545f793
15 changed files with 96 additions and 180 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue