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