Skip to content

Commit 0a71fe8

Browse files
committed
Update powersync-sqlite-core to 0.4.0
1 parent e135bb0 commit 0a71fe8

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 1.1.2 (pending)
4+
5+
* [Android, JVM] Use version `0.4.0` of `powersync-sqlite-core`.
6+
37
## 1.1.1
48

59
* Fix reported progress around compactions / defrags on the sync service.

demos/hello-powersync/composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ kotlin {
2929

3030
pod("powersync-sqlite-core") {
3131
linkOnly = true
32-
version = "0.3.12"
32+
version = "0.4.0"
3333
}
3434

3535
framework {

demos/supabase-todolist/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ kotlin {
2727
ios.deploymentTarget = "14.1"
2828
podfile = project.file("../iosApp/Podfile")
2929
pod("powersync-sqlite-core") {
30-
version = "0.3.12"
30+
version = "0.4.0"
3131
linkOnly = true
3232
}
3333

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kotlinx-datetime = "0.6.2"
1717
kotlinx-io = "0.5.4"
1818
ktor = "3.0.1"
1919
uuid = "0.8.2"
20-
powersync-core = "0.3.14"
20+
powersync-core = "0.4.0"
2121
sqlite-jdbc = "3.49.1.0"
2222
sqliter = "1.3.1"
2323
turbine = "1.2.0"

0 commit comments

Comments
 (0)