We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f8935 commit e83724bCopy full SHA for e83724b
Package.swift
@@ -27,8 +27,7 @@ if let kotlinSdkPath = localKotlinSdkOverride {
27
// Not using a local build, so download from releases
28
conditionalTargets.append(.binaryTarget(
29
name: "PowerSyncKotlin",
30
- // TODO: Use GitHub release once https://github.com/powersync-ja/powersync-kotlin/releases/tag/untagged-fde4386dec502ec27067 is published
31
- url: "https://fsn1.your-objectstorage.com/simon-public/powersync.zip",
+ url: "https://github.com/powersync-ja/powersync-kotlin/releases/download/1.1.0/PowersyncKotlinRelease.zip",
32
checksum: "b6770dc22ae31315adc599e653fea99614226312fe861dbd8764e922a5a83b09"
33
))
34
}
0 commit comments