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-3490000 .zip"
94+ src = " https://www.sqlite.org/2025/sqlite-amalgamation-3490100 .zip"
9595 dest = layout.buildDirectory.file(" tmp/sqlite.zip" )
9696
97- checksum = " 138b6922eb274c953c9d8f3249c39706ad3e40f3eef5d81bbeb73509b41f52c9 "
97+ checksum = " e7eb4cfb2d95626e782cfa748f534c74482f2c3c93f13ee828b9187ce05b2da7 "
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.0 ` .
7+ This release bundles SQLite ` 3.49.1 ` .
8+
9+ #### Improvements
10+
11+ - Updated SQLite to ` 3.49.1 ` .
You can’t perform that action at this time.
0 commit comments