File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
hello-powersync/composeApp Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ kotlinx-datetime = "0.6.2"
1717kotlinx-io = " 0.5.4"
1818ktor = " 3.0.1"
1919uuid = " 0.8.2"
20- powersync-core = " 0.3.14 "
20+ powersync-core = " 0.4.0 "
2121sqlite-jdbc = " 3.49.1.0"
2222sqliter = " 1.3.1"
2323turbine = " 1.2.0"
You can’t perform that action at this time.
0 commit comments