We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ea268 commit 11f9dfaCopy full SHA for 11f9dfa
buildozer/default.spec
@@ -147,7 +147,7 @@ fullscreen = 0
147
#android.gradle_dependencies =
148
149
# (str) python-for-android branch to use, defaults to master
150
-#p4a.branch = master
+#p4a.branch = stable
151
152
# (str) OUYA Console category. Should be one of GAME or APP
153
# If you leave this blank, OUYA support will not be enabled
buildozer/targets/android_new.py
@@ -11,7 +11,7 @@
11
12
class TargetAndroidNew(TargetAndroid):
13
targetname = 'android_new'
14
- p4a_branch = "master"
+ p4a_branch = "stable"
15
p4a_directory = "python-for-android-master"
16
p4a_apk_cmd = "apk --debug --bootstrap="
17
extra_p4a_args = ''
0 commit comments