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 3a87614 commit 19621a0Copy full SHA for 19621a0
pythonforandroid/recipes/sqlite3/__init__.py
@@ -3,9 +3,9 @@
3
import sh
4
5
class Sqlite3Recipe(NDKRecipe):
6
- version = '3.11.0'
+ version = '3.12.1'
7
# Don't forget to change the URL when changing the version
8
- url = 'http://www.sqlite.com/2016/sqlite-amalgamation-3110000.zip'
+ url = 'https://www.sqlite.org/2016/sqlite-amalgamation-3120100.zip'
9
generated_libraries = ['sqlite3']
10
11
def should_build(self, arch):
0 commit comments