We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5810d commit 23d6a72Copy full SHA for 23d6a72
pythonforandroid/recipes/sqlite3/__init__.py
@@ -5,9 +5,9 @@
5
6
7
class Sqlite3Recipe(NDKRecipe):
8
- version = '3.34.0'
+ version = '3.34.1'
9
# Don't forget to change the URL when changing the version
10
- url = 'https://www.sqlite.org/2020/sqlite-amalgamation-3340000.zip'
+ url = 'https://www.sqlite.org/2021/sqlite-amalgamation-3340100.zip'
11
generated_libraries = ['sqlite3']
12
13
def should_build(self, arch):
0 commit comments