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