Skip to content

Commit b5d6956

Browse files
build: update SQLite {3.49.0 => 3.49.1}
1 parent feac0bd commit b5d6956

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-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 }

docs/changelog/0.3.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.0`.
7+
This release bundles SQLite `3.49.1`.
8+
9+
#### Improvements
10+
11+
- Updated SQLite to `3.49.1`.

0 commit comments

Comments
 (0)