From 912fbb9b8b8bad79e35258b9527769fc90be1b7d Mon Sep 17 00:00:00 2001 From: Akshay Arora Date: Mon, 11 Dec 2023 15:36:34 +0530 Subject: [PATCH] Update __init__.py Update Pillow To be merged after https://github.com/kivy/kivy/pull/8503 --- pythonforandroid/recipes/Pillow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']