Skip to content

Commit f0df4cd

Browse files
committed
update sqlite3 to 3.32.3
1 parent 9ea2d0a commit f0df4cd

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
@@ -5,9 +5,9 @@
55

66

77
class Sqlite3Recipe(NDKRecipe):
8-
version = '3.15.1'
8+
version = '3.32.3'
99
# Don't forget to change the URL when changing the version
10-
url = 'https://www.sqlite.org/2016/sqlite-amalgamation-3150100.zip'
10+
url = 'https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip'
1111
generated_libraries = ['sqlite3']
1212

1313
def should_build(self, arch):

0 commit comments

Comments
 (0)