Skip to content

Commit b8eaa1d

Browse files
committed
Bump freetype version to match that of freetype-py
1 parent 6d1b9d3 commit b8eaa1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/recipes/freetype/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class FreetypeRecipe(Recipe):
2424
https://sourceforge.net/projects/freetype/files/freetype2/2.5.3/
2525
"""
2626

27-
version = '2.10.1'
27+
version = '2.2.0'
2828
url = 'https://download.savannah.gnu.org/releases/freetype/freetype-{version}.tar.gz' # noqa
2929
built_libraries = {'libfreetype.so': 'objs/.libs'}
3030

0 commit comments

Comments
 (0)