Merge pull request #82 from kivy/update_ndk_to_9c

Updated Android NDK default version to 9c
This commit is contained in:
akshayaurora 2014-02-13 20:04:15 +05:30
commit 03592b0459
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ fullscreen = 1
#android.sdk = 21
# (str) Android NDK version to use
#android.ndk = 9
#android.ndk = 9c
# (bool) Use --private data storage (True) or --dir public storage (False)
#android.private_storage = True

View file

@ -11,7 +11,7 @@ Android target, based on python-for-android project
ANDROID_API = '14'
ANDROID_MINAPI = '8'
ANDROID_SDK_VERSION = '21'
ANDROID_NDK_VERSION = '9'
ANDROID_NDK_VERSION = '9c'
APACHE_ANT_VERSION = '1.8.4'