diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec index fe766a7..a29e353 100644 --- a/sbapp/buildozer.spec +++ b/sbapp/buildozer.spec @@ -13,6 +13,7 @@ version.filename = %(source.dir)s/main.py android.numeric_version = 1 +# requirements = python3==3.10.6,hostpython3==3.10.6,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,lxmf==0.1.7,netifaces,libbz2,pydenticon requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2,sdl2_ttf==2.0.15,pillow,lxmf==0.1.7,netifaces,libbz2,pydenticon p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes requirements.source.kivymd = ../../Others/KivyMD-master @@ -28,9 +29,10 @@ fullscreen = 0 android.permissions = INTERNET,POST_NOTIFICATIONS,WAKE_LOCK,FOREGROUND_SERVICE,CHANGE_WIFI_MULTICAST_STATE android.api = 30 android.minapi = 27 -android.ndk = 19b +android.ndk = 23b android.skip_update = False android.accept_sdk_license = True +android.release_artifact = apk android.archs = arm64-v8a #android.logcat_filters = *:S python:D