Skip to content

Commit b7229ba

Browse files
committed
update sqlite to 3.12.2
1 parent e6640bf commit b7229ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/sqlite3/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import sh
44

55
class Sqlite3Recipe(NDKRecipe):
6-
version = '3.12.1'
6+
version = '3.12.2'
77
# Don't forget to change the URL when changing the version
8-
url = 'https://www.sqlite.org/2016/sqlite-amalgamation-3120100.zip'
8+
url = 'https://www.sqlite.org/2016/sqlite-amalgamation-3120200.zip'
99
generated_libraries = ['sqlite3']
1010

1111
def should_build(self, arch):

0 commit comments

Comments
 (0)