Changed default python-for-android branch to master
This commit is contained in:
parent
ee833cfe98
commit
c8e888dbbf
2 changed files with 3 additions and 3 deletions
|
@ -152,8 +152,8 @@ fullscreen = 0
|
||||||
# (list) Java classes to add as activities to the manifest.
|
# (list) Java classes to add as activities to the manifest.
|
||||||
#android.add_activites = com.example.ExampleActivity
|
#android.add_activites = com.example.ExampleActivity
|
||||||
|
|
||||||
# (str) python-for-android branch to use, defaults to stable
|
# (str) python-for-android branch to use, defaults to master
|
||||||
#p4a.branch = stable
|
#p4a.branch = master
|
||||||
|
|
||||||
# (str) OUYA Console category. Should be one of GAME or APP
|
# (str) OUYA Console category. Should be one of GAME or APP
|
||||||
# If you leave this blank, OUYA support will not be enabled
|
# If you leave this blank, OUYA support will not be enabled
|
||||||
|
|
|
@ -13,7 +13,7 @@ from os.path import join, expanduser, realpath
|
||||||
|
|
||||||
class TargetAndroidNew(TargetAndroid):
|
class TargetAndroidNew(TargetAndroid):
|
||||||
targetname = 'android'
|
targetname = 'android'
|
||||||
p4a_branch = "stable"
|
p4a_branch = "master"
|
||||||
p4a_directory = "python-for-android-new-toolchain"
|
p4a_directory = "python-for-android-new-toolchain"
|
||||||
p4a_apk_cmd = "apk --debug --bootstrap="
|
p4a_apk_cmd = "apk --debug --bootstrap="
|
||||||
extra_p4a_args = ''
|
extra_p4a_args = ''
|
||||||
|
|
Loading…
Reference in a new issue