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 1
1
# Changelog
2
2
3
+ ## 1.3.1 (unreleased)
4
+
5
+ * Update SQLite to 3.50.3.
6
+ * Android: Ensure JNI libraries are 16KB-aligned.
7
+
3
8
## 1.3.0
4
9
5
10
* 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"
19
19
rsocket = " 0.20.0"
20
20
uuid = " 0.8.2"
21
21
powersync-core = " 0.4.2"
22
- sqlite-jdbc = " 3.50.1 .0"
22
+ sqlite-jdbc = " 3.50.3 .0"
23
23
sqliter = " 1.3.1"
24
24
turbine = " 1.2.0"
25
25
kotest = " 5.9.1"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
16
16
id(" com.powersync.plugins.sonatype" )
17
17
}
18
18
19
- val sqliteVersion = " 3500100 "
19
+ val sqliteVersion = " 3500300 "
20
20
val sqliteReleaseYear = " 2025"
21
21
22
22
val downloadSQLiteSources by tasks.registering(Download ::class ) {
You can’t perform that action at this time.
0 commit comments