diff --git a/buildozer.spec b/buildozer.spec index b3abdc6..2e1181c 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -68,7 +68,7 @@ orientation = portrait osx.python_version = 3 # Kivy version to use -# osx.kivy_version = 1.9.1 +# osx.kivy_version = 2.3.0 # # Android specific @@ -85,7 +85,7 @@ fullscreen = 0 #android.presplash_color = #FFFFFF # (int) Android API to use -# android.api = 30 +# android.api = 35 # (int) Minimum API required #android.minapi = 9 diff --git a/requirements.txt b/requirements.txt index ca0fc23..8e781a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -kivy==2.0.0 -pyjnius==1.3.0 -buildozer==1.2.0 +kivy==2.3.0 +pyjnius==1.6.1 +buildozer==1.5.0