1
0

android build: bump targetSdkVersion to 29

as Google Play now mandates that as minimum
This commit is contained in:
SomberNight
2020-11-17 16:54:24 +01:00
parent ef744f164b
commit 59e9337be0

View File

@@ -70,8 +70,8 @@ fullscreen = False
# (list) Permissions
android.permissions = INTERNET, CAMERA, WRITE_EXTERNAL_STORAGE
# (int) Android API to use
android.api = 28
# (int) Android API to use (targetSdkVersion)
android.api = 29
# (int) Minimum API required. You will need to set the android.ndk_api to be as low as this value.
android.minapi = 21