Skip to content

Commit

Permalink
android: fix bad templating string pushed by mistake with android_new
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Virbel committed Jan 25, 2016
1 parent 7091cf0 commit 31f2143
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 @@ -36,7 +36,7 @@
class TargetAndroid(Target):
p4a_branch = "old_toolchain"
p4a_directory = "python-for-android"
p4a_apk_cmd = "{python} build.py"
p4a_apk_cmd = "python build.py"

@property
def android_sdk_version(self):
Expand Down

0 comments on commit 31f2143

Please sign in to comment.