Skip to content

Commit 8336cea

Browse files
authored
Merge pull request #2449 from obfusk/patch-22
update sqlite3
2 parents bf76add + bcfec01 commit 8336cea

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

1313
def should_build(self, arch):

0 commit comments

Comments
 (0)