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 9ea2d0a commit f0df4cdCopy full SHA for f0df4cd
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