parent
c070d7984d
commit
8e6556da73
2 changed files with 5 additions and 5 deletions
|
@ -63,13 +63,13 @@ fullscreen = 1
|
|||
#android.permissions = INTERNET
|
||||
|
||||
# (int) Android API to use
|
||||
#android.api = 14
|
||||
#android.api = 19
|
||||
|
||||
# (int) Minimum API required (8 = Android 2.2 devices)
|
||||
#android.minapi = 8
|
||||
# (int) Minimum API required
|
||||
#android.minapi = 9
|
||||
|
||||
# (int) Android SDK version to use
|
||||
#android.sdk = 21
|
||||
#android.sdk = 20
|
||||
|
||||
# (str) Android NDK version to use
|
||||
#android.ndk = 9c
|
||||
|
|
|
@ -13,7 +13,7 @@ if sys.platform == 'win32':
|
|||
|
||||
ANDROID_API = '19'
|
||||
ANDROID_MINAPI = '9'
|
||||
ANDROID_SDK_VERSION = '21'
|
||||
ANDROID_SDK_VERSION = '20'
|
||||
ANDROID_NDK_VERSION = '9c'
|
||||
APACHE_ANT_VERSION = '1.9.4'
|
||||
|
||||
|
|
Loading…
Reference in a new issue