Fixed hard-coded Android API 14
This commit is contained in:
parent
efc5c7b3e4
commit
a43bb98a97
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ class TargetAndroid(Target):
|
|||
self.buildozer.environ.update({
|
||||
'ANDROIDSDK': self.android_sdk_dir,
|
||||
'ANDROIDNDK': self.android_ndk_dir,
|
||||
'ANDROIDAPI': ANDROID_API,
|
||||
'ANDROIDAPI': self.android_api,
|
||||
'ANDROIDNDKVER': self.android_ndk_version})
|
||||
|
||||
def get_available_packages(self):
|
||||
|
|
Loading…
Reference in a new issue