From c8e888dbbfee74c19527bbae5e88c0f10ac122b1 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Wed, 30 Jan 2019 12:50:22 +0000 Subject: [PATCH] Changed default python-for-android branch to master --- buildozer/default.spec | 4 ++-- buildozer/targets/android_new.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildozer/default.spec b/buildozer/default.spec index 273bb70..848510b 100644 --- a/buildozer/default.spec +++ b/buildozer/default.spec @@ -152,8 +152,8 @@ fullscreen = 0 # (list) Java classes to add as activities to the manifest. #android.add_activites = com.example.ExampleActivity -# (str) python-for-android branch to use, defaults to stable -#p4a.branch = stable +# (str) python-for-android branch to use, defaults to master +#p4a.branch = master # (str) OUYA Console category. Should be one of GAME or APP # If you leave this blank, OUYA support will not be enabled diff --git a/buildozer/targets/android_new.py b/buildozer/targets/android_new.py index e21f491..4e1e2cc 100644 --- a/buildozer/targets/android_new.py +++ b/buildozer/targets/android_new.py @@ -13,7 +13,7 @@ from os.path import join, expanduser, realpath class TargetAndroidNew(TargetAndroid): targetname = 'android' - p4a_branch = "stable" + p4a_branch = "master" p4a_directory = "python-for-android-new-toolchain" p4a_apk_cmd = "apk --debug --bootstrap=" extra_p4a_args = ''