From cfa60c5e92dd0670b23b5175e8c49b259468b4c9 Mon Sep 17 00:00:00 2001 From: novicejava1 Date: Sat, 29 Jul 2023 12:54:34 +0530 Subject: [PATCH] update buildspec --- .gitignore | 2 +- buildozer.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 68bc17f..4ea7c17 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,7 @@ MANIFEST # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest -*.spec +#*.spec # Installer logs pip-log.txt diff --git a/buildozer.spec b/buildozer.spec index f61e5fc..dedce90 100755 --- a/buildozer.spec +++ b/buildozer.spec @@ -36,7 +36,7 @@ version = 0.1 # (list) Application requirements # comma separated e.g. requirements = sqlite3,kivy -requirements = python3,kivy,requests,urllib3,chardet,idna,ffpyplayer +requirements = python3.8,kivy,requests,urllib3,chardet,idna,ffpyplayer # (str) Custom source folders for requirements # Sets custom source for any requirements with recipes @@ -218,7 +218,7 @@ android.add_libs_armeabi_v7a = libs/android-v7/*.so # (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64 #android.arch = armeabi-v7a -android.arch = armeabi-v7a +android.archs = armeabi-v7a # (int) overrides automatic versionCode computation (used in build.gradle) # this is not the same as app version and should only be edited if you know what you're doing