8000
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.
2 parents bf76add + bcfec01 commit 8336ceaCopy full SHA for 8336cea
pythonforandroid/recipes/sqlite3/__init__.py
@@ -5,9 +5,9 @@
5
6
7
class Sqlite3Recipe(NDKRecipe):
8
- version = '3.34.1'
+ version = '3.35.5'
9
# Don't forget to change the URL when changing the version
10
- url = 'https://www.sqlite.org/2021/sqlite-amalgamation-3340100.zip'
+ url = 'https://www.sqlite.org/2021/sqlite-amalgamation-3350500.zip'
11
generated_libraries = ['sqlite3']
12
13
def should_build(self, arch):
0 commit comments