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 cd81a6f + a2ebea2 commit 3ed4cf0Copy full SHA for 3ed4cf0
pythonforandroid/recipes/sqlite3/__init__.py
@@ -5,9 +5,9 @@
5
6
7
class Sqlite3Recipe(NDKRecipe):
8
- version = '3.32.3'
+ version = '3.34.0'
9
# Don't forget to change the URL when changing the version
10
- url = 'https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip'
+ url = 'https://www.sqlite.org/2020/sqlite-amalgamation-3340000.zip'
11
generated_libraries = ['sqlite3']
12
13
def should_build(self, arch):
0 commit comments