use p4a stable branch by default. Closes #498

This commit is contained in:
Mathieu Virbel 2017-05-15 01:10:03 +02:00
parent 48ea268636
commit 11f9dfaa50
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ fullscreen = 0
#android.gradle_dependencies =
# (str) python-for-android branch to use, defaults to master
#p4a.branch = master
#p4a.branch = stable
# (str) OUYA Console category. Should be one of GAME or APP
# If you leave this blank, OUYA support will not be enabled

View file

@ -11,7 +11,7 @@ from os.path import join, expanduser, realpath
class TargetAndroidNew(TargetAndroid):
targetname = 'android_new'
p4a_branch = "master"
p4a_branch = "stable"
p4a_directory = "python-for-android-master"
p4a_apk_cmd = "apk --debug --bootstrap="
extra_p4a_args = ''