android: fix bad templating string pushed by mistake with android_new
This commit is contained in:
parent
7091cf098c
commit
31f2143359
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ from buildozer.libs.version import parse
|
|||
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):
|
||||
|
|
Loading…
Add table
Reference in a new issue