Updated Kivy version to 1.9.1

Tested and working on iPad, iOS 9.2
This commit is contained in:
Zen-CODE 2016-01-14 10:52:49 +02:00
parent 5aa35570c4
commit 5fc587901b

View file

@ -3,7 +3,7 @@ from os.path import join
class KivyRecipe(CythonRecipe):
version = "1.9.0"
version = "1.9.1"
url = "https://github.com/kivy/kivy/archive/{version}.zip"
library = "libkivy.a"
depends = ["python", "sdl2", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "ios"]