From 7fc2a6097f3028cc8ad0aac714e9136390d3136e Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Mon, 16 Sep 2019 22:00:08 +0100 Subject: [PATCH] Made on-device unit tests app use the develop branch by default --- testapps/on_device_unit_tests/buildozer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testapps/on_device_unit_tests/buildozer.spec b/testapps/on_device_unit_tests/buildozer.spec index b313bad059..a2b55302c8 100644 --- a/testapps/on_device_unit_tests/buildozer.spec +++ b/testapps/on_device_unit_tests/buildozer.spec @@ -153,7 +153,7 @@ android.whitelist = unittest/* #android.add_activites = com.example.ExampleActivity # (str) python-for-android branch to use, defaults to master -p4a.branch = master +p4a.branch = develop # (str) OUYA Console category. Should be one of GAME or APP # If you leave this blank, OUYA support will not be enabled