File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Sources/PowerSync/Kotlin/sync Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.6.1 (unreleased)
4+
5+ * Update Kotlin SDK to 1.7.0.
6+
37## 1.6.0
48
59* Update core extension to 0.4.6 ([ changelog] ( https://github.com/powersync-ja/powersync-sqlite-core/releases/tag/v0.4.6 ) )
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ if let kotlinSdkPath = localKotlinSdkOverride {
3232 // Not using a local build, so download from releases
3333 conditionalTargets. append ( . binaryTarget(
3434 name: " PowerSyncKotlin " ,
35- url: " https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.6 .0/PowersyncKotlinRelease.zip " ,
36- checksum: " 4f70331c11e30625eecf4ebcebe7b562e2e0165774890d2a43480ebc3a9081cc "
35+ url: " https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.7 .0/PowersyncKotlinRelease.zip " ,
36+ checksum: " 836ac106c26a184c10373c862745d9af195737ad01505bb965f197797aa88535 "
3737 ) )
3838}
3939
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import PowerSyncKotlin
55final class KotlinSyncStatus : KotlinSyncStatusDataProtocol , SyncStatus {
66 private let baseStatus : PowerSyncKotlin . SyncStatus
77
8- var base : any PowerSyncKotlin . SyncStatusData {
8+ var base : PowerSyncKotlin . SyncStatusData {
99 baseStatus
1010 }
1111
You can’t perform that action at this time.
0 commit comments