fix invalid api change

This commit is contained in:
Mathieu Virbel 2015-10-04 12:38:50 +02:00
parent c7fca65d04
commit 3fc3c63e47

View file

@ -11,7 +11,7 @@ import sys
if sys.platform == 'win32':
raise NotImplementedError('Windows platform not yet working for Android')
ANDROID_API = '21'
ANDROID_API = '14'
ANDROID_MINAPI = '9'
ANDROID_SDK_VERSION = '21'
ANDROID_NDK_VERSION = '9c'