mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Updated build requirements
This commit is contained in:
parent
1f07bde5ed
commit
dccfc5ce77
@ -13,6 +13,7 @@ version.filename = %(source.dir)s/main.py
|
|||||||
|
|
||||||
android.numeric_version = 1
|
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
|
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
|
p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes
|
||||||
requirements.source.kivymd = ../../Others/KivyMD-master
|
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.permissions = INTERNET,POST_NOTIFICATIONS,WAKE_LOCK,FOREGROUND_SERVICE,CHANGE_WIFI_MULTICAST_STATE
|
||||||
android.api = 30
|
android.api = 30
|
||||||
android.minapi = 27
|
android.minapi = 27
|
||||||
android.ndk = 19b
|
android.ndk = 23b
|
||||||
android.skip_update = False
|
android.skip_update = False
|
||||||
android.accept_sdk_license = True
|
android.accept_sdk_license = True
|
||||||
|
android.release_artifact = apk
|
||||||
android.archs = arm64-v8a
|
android.archs = arm64-v8a
|
||||||
#android.logcat_filters = *:S python:D
|
#android.logcat_filters = *:S python:D
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user