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