use kivy p4a again
This commit is contained in:
parent
457ee51a07
commit
827f943698
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ class TargetAndroid(Target):
|
||||||
if not self.buildozer.file_exists(pa_dir):
|
if not self.buildozer.file_exists(pa_dir):
|
||||||
cmd(
|
cmd(
|
||||||
('git clone -b {} --single-branch '
|
('git clone -b {} --single-branch '
|
||||||
'https://github.com/rnixx/python-for-android.git '
|
'https://github.com/kivy/python-for-android.git '
|
||||||
'{}').format(source, self.p4a_directory),
|
'{}').format(source, self.p4a_directory),
|
||||||
cwd=self.buildozer.platform_dir)
|
cwd=self.buildozer.platform_dir)
|
||||||
elif self.platform_update:
|
elif self.platform_update:
|
||||||
|
|
Loading…
Reference in a new issue