Skip to content

Commit 14ca8e1

Browse files
authored
Merge pull request kivy#2280 from obfusk/update-sqlite3
update sqlite3 to 3.32.3
2 parents f1cce50 + f0df4cd commit 14ca8e1

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)