diff --git a/pythonforandroid/recipes/Pillow/__init__.py b/pythonforandroid/recipes/Pillow/__init__.py index f8f6929db5..3573575405 100644 --- a/pythonforandroid/recipes/Pillow/__init__.py +++ b/pythonforandroid/recipes/Pillow/__init__.py @@ -23,7 +23,7 @@ class PillowRecipe(CompiledComponentsPythonRecipe): - libwebp: library to encode and decode images in WebP format. """ - version = '8.4.0' + version = '10.1.0' url = 'https://github.com/python-pillow/Pillow/archive/{version}.tar.gz' site_packages_name = 'Pillow' depends = ['png', 'jpeg', 'freetype', 'setuptools']