fix invalid api change
This commit is contained in:
parent
c7fca65d04
commit
3fc3c63e47
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import sys
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
raise NotImplementedError('Windows platform not yet working for Android')
|
raise NotImplementedError('Windows platform not yet working for Android')
|
||||||
|
|
||||||
ANDROID_API = '21'
|
ANDROID_API = '14'
|
||||||
ANDROID_MINAPI = '9'
|
ANDROID_MINAPI = '9'
|
||||||
ANDROID_SDK_VERSION = '21'
|
ANDROID_SDK_VERSION = '21'
|
||||||
ANDROID_NDK_VERSION = '9c'
|
ANDROID_NDK_VERSION = '9c'
|
||||||
|
|
Loading…
Reference in a new issue