Skip to content

Commit 3ed4cf0

Browse files
authored
Merge pull request kivy#2397 from obfusk/sqlite3-3.34.0
update sqlite3 to 3.34.0
2 parents cd81a6f + a2ebea2 commit 3ed4cf0

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

1313
def should_build(self, arch):

0 commit comments

Comments
 (0)