diff --git a/buildozer.spec b/buildozer.spec index 83f24e6..dfdf944 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -49,7 +49,7 @@ requirements = python3,kivy,kivymd #presplash.filename = %(source.dir)s/data/presplash.png # (str) Icon of the application -icon.filename = hamster_icon.png +#icon.filename = %(source.dir)s/data/icon.png # (str) Supported orientation (one of landscape, sensorLandscape, portrait or all) orientation = portrait @@ -68,7 +68,7 @@ orientation = portrait osx.python_version = 3 # Kivy version to use -osx.kivy_version = 2.0.0 +osx.kivy_version = 1.9.1 # # Android specific