Skip to content

Commit 23d6a72

Browse files
authored
update sqlite3
1 parent 9e5810d commit 23d6a72

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.34.0'
8+
version = '3.34.1'
99
# Don't forget to change the URL when changing the version
10-
url = 'https://www.sqlite.org/2020/sqlite-amalgamation-3340000.zip'
10+
url = 'https://www.sqlite.org/2021/sqlite-amalgamation-3340100.zip'
1111
generated_libraries = ['sqlite3']
1212

1313
def should_build(self, arch):

0 commit comments

Comments
 (0)