More ignores, use rnixx fork of python-for-android
This commit is contained in:
parent
cd93f9bfe9
commit
90981b4e55
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -32,6 +32,7 @@ MANIFEST
|
|||
# Eclipse
|
||||
.project
|
||||
.pydevproject
|
||||
.settings
|
||||
|
||||
# Custom virtualenv location
|
||||
venv
|
||||
|
|
|
@ -480,7 +480,7 @@ class TargetAndroid(Target):
|
|||
if not self.buildozer.file_exists(pa_dir):
|
||||
cmd(
|
||||
('git clone -b {} --single-branch '
|
||||
'https://github.com/kivy/python-for-android.git '
|
||||
'https://github.com/rnixx/python-for-android.git '
|
||||
'{}').format(source, self.p4a_directory),
|
||||
cwd=self.buildozer.platform_dir)
|
||||
elif self.platform_update:
|
||||
|
|
Loading…
Add table
Reference in a new issue