Skip to content

Commit

Permalink
Bump Kivy version to 2.3.0 (#2952)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored Jan 20, 2024
1 parent 75be018 commit f06e5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/kivy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def is_kivy_affected_by_deadlock_issue(recipe=None, arch=None):


class KivyRecipe(CythonRecipe):
version = '2.2.1'
version = '2.3.0'
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
name = 'kivy'

Expand Down

0 comments on commit f06e5e3

Please sign in to comment.