Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
wishrohitv committed May 8, 2024
2 parents d5320de + 63550b5 commit 062c757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = .
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 062c757

Please sign in to comment.