Skip to content

Commit 2eb513b

Browse files
authored
Update Kotlin SDK to 1.7.0 (#81)
1 parent 08fd253 commit 2eb513b

File tree

3 files changed

+7
-3
lines changed

3 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.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))

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Sources/PowerSync/Kotlin/sync/KotlinSyncStatus.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PowerSyncKotlin
55
final 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

0 commit comments

Comments
 (0)