Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ android.accept_sdk_license = True
#android.copy_libs = 1

# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
android.arch = armeabi-v7a
android.archs = arm64-v8a, armeabi-v7a

#
# Python for android (p4a) specific
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Kivy==2.0.0rc2
Kivy-Garden==0.1.4
numpy==1.18.4
numpy==1.19
opencv-python==4.2.0.34
Pillow==8.2.0
Pillow==9.0.0
pyzbar==0.1.8
xcamera==2019.928