Skip to content

Commit

Permalink
Merge pull request #1048 from inclement/update_kivy_version
Browse files Browse the repository at this point in the history
Updated Kivy recipe to pull 1.10.0
  • Loading branch information
inclement authored May 11, 2017
2 parents 764e666 + ba86d55 commit 92ee1a8
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 @@ -6,7 +6,7 @@


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

Expand Down

0 comments on commit 92ee1a8

Please sign in to comment.