use kivy p4a again

This commit is contained in:
Robert Niederreiter 2017-10-11 11:26:08 +02:00
parent 457ee51a07
commit 827f943698

View file

@ -500,7 +500,7 @@ class TargetAndroid(Target):
if not self.buildozer.file_exists(pa_dir):
cmd(
('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),
cwd=self.buildozer.platform_dir)
elif self.platform_update: