File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ktor = "3.1.0"
1919rsocket = " 0.20.0"
2020uuid = " 0.8.2"
2121powersync-core = " 0.4.2"
22- sqlite-jdbc = " 3.50.1 .0"
22+ sqlite-jdbc = " 3.50.3 .0"
2323sqliter = " 1.3.1"
2424turbine = " 1.2.0"
2525kotest = " 5.9.1"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
1616 id(" com.powersync.plugins.sonatype" )
1717}
1818
19- val sqliteVersion = " 3500100 "
19+ val sqliteVersion = " 3500300 "
2020val sqliteReleaseYear = " 2025"
2121
2222val downloadSQLiteSources by tasks.registering(Download ::class ) {
You can’t perform that action at this time.
0 commit comments