Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix: android orientation
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
JoaoEmanuell committed Nov 3, 2023
1 parent 78a2790 commit 5fddcc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ requirements = python3,kivy,certifi==2023.5.7,charset-normalizer==2.1.1,idna==3.
#icon.filename = %(source.dir)s/data/icon.png

# (str) Supported orientation (one of landscape, sensorLandscape, portrait or all)
orientation = portrait,landscape
orientation = portrait

# (list) List of service to declare
#services = NAME:ENTRYPOINT_TO_PY,NAME2:ENTRYPOINT2_TO_PY
Expand Down
2 changes: 1 addition & 1 deletion dmyk/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "8.0.0"
__version__ = "8.0.1"

if __name__ == "__main__":
print(__version__)

0 comments on commit 5fddcc0

Please sign in to comment.