Skip to content

Commit

Permalink
Update buildozer.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
manatlan authored Nov 20, 2023
1 parent 2bc2e1b commit 114456e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ presplash.filename = %(source.dir)s/htag.png
icon.filename = %(source.dir)s/htag.png

version = 0.1

# requirements = Cython,kivy,tornado,htbulma,htag>=0.64.0
#--------------------------------------------------------- https://github.com/ArtemSBulgakov/buildozer-action/issues/34
requirements = Cython==0.29.33,kivy==2.2.0,tornado,htbulma,htag>=0.64.0
#---------------------------------------------------------

orientation = portrait
fullscreen = 0
Expand All @@ -30,6 +34,10 @@ android.accept_sdk_license = True
# (str) Filename to the hook for p4a
p4a.hook = p4a/hook.py

#--------------------------------------------------------- https://github.com/ArtemSBulgakov/buildozer-action/issues/34
p4a.branch = release-2022.12.20
#---------------------------------------------------------

# iOS specific
ios.kivy_ios_url = https://github.com/kivy/kivy-ios
ios.kivy_ios_branch = master
Expand Down

0 comments on commit 114456e

Please sign in to comment.