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 1
1
# Changelog
2
2
3
+ ## 1.6.1 (unreleased)
4
+
5
+ * Update Kotlin SDK to 1.7.0.
6
+
3
7
## 1.6.0
4
8
5
9
* 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 {
32
32
// Not using a local build, so download from releases
33
33
conditionalTargets. append ( . binaryTarget(
34
34
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 "
37
37
) )
38
38
}
39
39
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import PowerSyncKotlin
5
5
final class KotlinSyncStatus : KotlinSyncStatusDataProtocol , SyncStatus {
6
6
private let baseStatus : PowerSyncKotlin . SyncStatus
7
7
8
- var base : any PowerSyncKotlin . SyncStatusData {
8
+ var base : PowerSyncKotlin . SyncStatusData {
9
9
baseStatus
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments