diff --git a/pythonforandroid/recipes/sdl3/__init__.py b/pythonforandroid/recipes/sdl3/__init__.py index 6b9c8ee7c6..ea2655df70 100644 --- a/pythonforandroid/recipes/sdl3/__init__.py +++ b/pythonforandroid/recipes/sdl3/__init__.py @@ -6,7 +6,7 @@ class LibSDL3Recipe(BootstrapNDKRecipe): - version = "3.2.10" + version = "3.2.18" url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL3-{version}.tar.gz" md5sum = "70cda886bcf5a4fdac550db796d2efa2"