Skip to content

Commit

Permalink
Merge pull request #23 from brousch/master
Browse files Browse the repository at this point in the history
Fixed hard-coded Android API 14
  • Loading branch information
tshirtman committed Aug 31, 2013
2 parents efc5c7b + a43bb98 commit 134001f
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 134001f

Please sign in to comment.