diff --git a/pythonforandroid/recipes/sqlite3/__init__.py b/pythonforandroid/recipes/sqlite3/__init__.py index 3297385282..5e492e49e1 100644 --- a/pythonforandroid/recipes/sqlite3/__init__.py +++ b/pythonforandroid/recipes/sqlite3/__init__.py @@ -5,9 +5,9 @@ class Sqlite3Recipe(NDKRecipe): - version = '3.34.0' + version = '3.34.1' # Don't forget to change the URL when changing the version - url = 'https://www.sqlite.org/2020/sqlite-amalgamation-3340000.zip' + url = 'https://www.sqlite.org/2021/sqlite-amalgamation-3340100.zip' generated_libraries = ['sqlite3'] def should_build(self, arch):