Skip to content

Commit

Permalink
use p4a stable branch by default. Closes #498
Browse files Browse the repository at this point in the history
  • Loading branch information
tito committed May 14, 2017
1 parent 48ea268 commit 11f9dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildozer/default.spec
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ fullscreen = 0
#android.gradle_dependencies =

# (str) python-for-android branch to use, defaults to master

This comment has been minimized.

Copy link
@AndreMiras

AndreMiras Oct 20, 2017

Member

We forgot to update the comment s/master/stable/
Pull request here:
#577

#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
Expand Down
2 changes: 1 addition & 1 deletion buildozer/targets/android_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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 = ''
Expand Down

0 comments on commit 11f9dfa

Please sign in to comment.