Skip to content

Commit 3e42e1f

Browse files
committed
Update SQLite
1 parent 2df1a00 commit 3e42e1f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.3.1 (unreleased)
4+
5+
* Update SQLite to 3.50.3.
6+
* Android: Ensure JNI libraries are 16KB-aligned.
7+
38
## 1.3.0
49

510
* Support tables created outside of PowerSync with the `RawTable` API.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ktor = "3.1.0"
1919
rsocket = "0.20.0"
2020
uuid = "0.8.2"
2121
powersync-core = "0.4.2"
22-
sqlite-jdbc = "3.50.1.0"
22+
sqlite-jdbc = "3.50.3.0"
2323
sqliter = "1.3.1"
2424
turbine = "1.2.0"
2525
kotest = "5.9.1"

static-sqlite-driver/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id("com.powersync.plugins.sonatype")
1717
}
1818

19-
val sqliteVersion = "3500100"
19+
val sqliteVersion = "3500300"
2020
val sqliteReleaseYear = "2025"
2121

2222
val downloadSQLiteSources by tasks.registering(Download::class) {

0 commit comments

Comments
 (0)