Skip to content

Commit 11f9dfa

Browse files
committed
use p4a stable branch by default. Closes #498
1 parent 48ea268 commit 11f9dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildozer/default.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ fullscreen = 0
147147
#android.gradle_dependencies =
148148

149149
# (str) python-for-android branch to use, defaults to master
150-
#p4a.branch = master
150+
#p4a.branch = stable
151151

152152
# (str) OUYA Console category. Should be one of GAME or APP
153153
# If you leave this blank, OUYA support will not be enabled

buildozer/targets/android_new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class TargetAndroidNew(TargetAndroid):
1313
targetname = 'android_new'
14-
p4a_branch = "master"
14+
p4a_branch = "stable"
1515
p4a_directory = "python-for-android-master"
1616
p4a_apk_cmd = "apk --debug --bootstrap="
1717
extra_p4a_args = ''

0 commit comments

Comments
 (0)