Skip to content

Commit

Permalink
Fixed hard-coded Android API 14
Browse files Browse the repository at this point in the history
  • Loading branch information
brousch committed Aug 30, 2013
1 parent efc5c7b commit a43bb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildozer/targets/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def install_platform(self):
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):
Expand Down

0 comments on commit a43bb98

Please sign in to comment.