File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ android {
9191
9292tasks {
9393 val downloadSqlite = register<Download >(" downloadSqlite" ) {
94- src = " https://www.sqlite.org/2025/sqlite-amalgamation-3490100 .zip"
94+ src = " https://www.sqlite.org/2025/sqlite-amalgamation-3490200 .zip"
9595 dest = layout.buildDirectory.file(" tmp/sqlite.zip" )
9696
97- checksum = " e7eb4cfb2d95626e782cfa748f534c74482f2c3c93f13ee828b9187ce05b2da7 "
97+ checksum = " fad307cde789046256b4960734d7fec6b31db7f5dc8525474484885faf82866c "
9898 hashingAlgorithm = " SHA3-256"
9999
100100 outputs.upToDateWhen { true }
Original file line number Diff line number Diff line change @@ -4,4 +4,8 @@ _Not Released Yet_
44
55#### Overview
66
7- This release bundles SQLite ` 3.49.1 ` .
7+ This release bundles SQLite ` 3.49.2 ` .
8+
9+ #### Improvements
10+
11+ - Updated SQLite to ` 3.49.2 ` .
You can’t perform that action at this time.
0 commit comments