Skip to content

Commit 0f17b3e

Browse files
committed
Update Kotlin SDK
1 parent aed6bf7 commit 0f17b3e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-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.8.2
4+
5+
* Fix `PowerSyncKotlin` frameworks not containing a `CFBundleVersion`.
6+
37
## 1.8.1
48

59
* Pin dependency on `CSQLite` to avoid "unstable version package" errors.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ if let kotlinSdkPath = localKotlinSdkOverride {
3434
.binaryTarget(
3535
name: "PowerSyncKotlin",
3636
url:
37-
"https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.9.0/PowersyncKotlinRelease.zip",
38-
checksum: "6d9847391ab2bbbca1f6a7abe163f0682ddca4a559ef5a1d2567b3e62e7d9979"
37+
"https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.10.1/PowersyncKotlinRelease.zip",
38+
checksum: "fe365cc9b14e71b75428940b4246a0d7e3326d9d9e2047f047f7e1bfafbb87e6"
3939
))
4040
}
4141

Sources/PowerSync/Kotlin/KotlinPowerSyncDatabaseImpl.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ final class KotlinPowerSyncDatabaseImpl: PowerSyncDatabaseProtocol,
7070
newClient: resolvedOptions.newClientImplementation,
7171
userAgent: "PowerSync Swift SDK",
7272
loggingConfig: resolvedOptions.clientConfiguration?.requestLogger?.toKotlinConfig()
73-
)
73+
),
74+
appMetadata: [:]
7475
)
7576
}
7677

0 commit comments

Comments
 (0)