More ignores, use rnixx fork of python-for-android

This commit is contained in:
Robert Niederreiter 2016-12-08 18:21:24 +01:00
parent cd93f9bfe9
commit 90981b4e55
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -32,6 +32,7 @@ MANIFEST
# Eclipse
.project
.pydevproject
.settings
# Custom virtualenv location
venv

View file

@ -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: