From 63550b5a9f4521d34881cd417ed8843136ce199b Mon Sep 17 00:00:00 2001 From: Rohit Vishwakarma <126248971+wishrohitv@users.noreply.github.com> Date: Sat, 4 May 2024 11:46:46 +0530 Subject: [PATCH] Update buildozer.spec --- buildozer.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildozer.spec b/buildozer.spec index 65fe817..c1516a5 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -7,7 +7,7 @@ title = CatxCode ide package.name = catxcode # (str) Package domain (needed for android/ios packaging) -package.domain = org.test +package.domain = org.catxcode # (str) Source code where the main.py live source.dir = . @@ -37,7 +37,7 @@ version = 1.0.0 # (list) Application requirements # comma separated e.g. requirements = sqlite3,kivy -requirements = python3,kivy==master,Pillow>=9.4.0, docutils,pygments,plyer +requirements = python3,kivy,Pillow>=9.4.0, docutils,pygments,plyer # (str) Custom source folders for requirements # Sets custom source for any requirements with recipes