From 0bd99d35055beab61ed69a4fd5d2f98c267e45f7 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 3 Feb 2023 20:32:35 +0100 Subject: [PATCH] Updated build spec --- sbapp/buildozer.spec | 3 ++- sbapp/main.py | 2 +- sbapp/patches/AndroidManifest.tmpl.xml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec index f4cb551..07e2e98 100644 --- a/sbapp/buildozer.spec +++ b/sbapp/buildozer.spec @@ -20,7 +20,8 @@ icon.filename = %(source.dir)s/assets/icon.png presplash.filename = %(source.dir)s/assets/presplash_small.png android.presplash_color = #00000000 -orientation = all +# TODO: Fix +orientation = portrait fullscreen = 0 android.permissions = INTERNET,POST_NOTIFICATIONS,WAKE_LOCK,FOREGROUND_SERVICE,CHANGE_WIFI_MULTICAST_STATE,BLUETOOTH_CONNECT diff --git a/sbapp/main.py b/sbapp/main.py index bd59e0f..c2611e1 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -1,6 +1,6 @@ __debug_build__ = False __disable_shaders__ = True -__version__ = "0.5.1" +__version__ = "0.5.2" __variant__ = "beta" import sys diff --git a/sbapp/patches/AndroidManifest.tmpl.xml b/sbapp/patches/AndroidManifest.tmpl.xml index f886763..c29b290 100644 --- a/sbapp/patches/AndroidManifest.tmpl.xml +++ b/sbapp/patches/AndroidManifest.tmpl.xml @@ -78,7 +78,7 @@