Skip to content

Commit f8b8d5a

Browse files
build: update SQLite {3.49.1 => 3.49.2}
1 parent d8d0632 commit f8b8d5a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ android {
9191

9292
tasks {
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 }

docs/changelog/0.4.0.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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`.

0 commit comments

Comments
 (0)