Skip to content

Commit

Permalink
Merge pull request #82 from kivy/update_ndk_to_9c
Browse files Browse the repository at this point in the history
Updated Android NDK default version to 9c
  • Loading branch information
akshayaurora committed Feb 13, 2014
2 parents c6c0acd + e70d208 commit 03592b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildozer/default.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion buildozer/targets/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
ANDROID_API = '14'
ANDROID_MINAPI = '8'
ANDROID_SDK_VERSION = '21'
ANDROID_NDK_VERSION = '9'
ANDROID_NDK_VERSION = '9c'
APACHE_ANT_VERSION = '1.8.4'


Expand Down

0 comments on commit 03592b0

Please sign in to comment.