Updated build spec

This commit is contained in:
Mark Qvist 2024-06-03 12:53:44 +02:00
parent 113df51f13
commit 8e97c05862

View File

@ -16,7 +16,7 @@ android.numeric_version = 20240531
# relevant PRs have now been merged in Kivy/P4A, the next release will hopefully allow # relevant PRs have now been merged in Kivy/P4A, the next release will hopefully allow
# building a non-ancient PyCa/Cryptography distribution again. When this happens, add # building a non-ancient PyCa/Cryptography distribution again. When this happens, add
# the "cryptography" dependency back in here. # the "cryptography" dependency back in here.
requirements = kivy==2.3.0,libbz2,pillow==10.2.0,qrcode==7.3.1,usb4a,usbserial4a,libwebp,libogg,libopus,opusfile,numpy,cryptography,pydub,ffpyplayer requirements = kivy==2.3.0,libbz2,pillow==10.2.0,qrcode==7.3.1,usb4a,usbserial4a,libwebp,libogg,libopus,opusfile,numpy,cryptography,pydub,ffpyplayer,codec2
android.gradle_dependencies = com.android.support:support-compat:28.0.0 android.gradle_dependencies = com.android.support:support-compat:28.0.0
#android.enable_androidx = True #android.enable_androidx = True