From b3297e6d6cb22fe48960eaf374fbd3762f9c0f0b Mon Sep 17 00:00:00 2001 From: Richard Larkin Date: Sat, 27 Aug 2022 23:25:58 +0200 Subject: [PATCH 1/3] :arrow_up: Update requirements --- requirements/requirements-base.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements-base.txt b/requirements/requirements-base.txt index 09f2679..d846659 100644 --- a/requirements/requirements-base.txt +++ b/requirements/requirements-base.txt @@ -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 From 00db8dce44d38187af9bab68ff2986b7bada4619 Mon Sep 17 00:00:00 2001 From: Richard Larkin Date: Sat, 27 Aug 2022 23:36:47 +0200 Subject: [PATCH 2/3] :arrow_up: Updated to android.archs --- buildozer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildozer.spec b/buildozer.spec index 78eb4ed..7e563b2 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -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 = armeabi-v7a # # Python for android (p4a) specific From c62e791f36362d728c2b069097c222c60d43c317 Mon Sep 17 00:00:00 2001 From: Richard Larkin Date: Sat, 27 Aug 2022 23:39:45 +0200 Subject: [PATCH 3/3] :hammer: Update to both archs --- buildozer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildozer.spec b/buildozer.spec index 7e563b2..fe8c662 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -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.archs = armeabi-v7a +android.archs = arm64-v8a, armeabi-v7a # # Python for android (p4a) specific