Skip to content

Commit e83724b

Browse files
committed
Update package URL to point to releasee
1 parent e8f8935 commit e83724b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ if let kotlinSdkPath = localKotlinSdkOverride {
2727
// Not using a local build, so download from releases
2828
conditionalTargets.append(.binaryTarget(
2929
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",
30+
url: "https://github.com/powersync-ja/powersync-kotlin/releases/download/1.1.0/PowersyncKotlinRelease.zip",
3231
checksum: "b6770dc22ae31315adc599e653fea99614226312fe861dbd8764e922a5a83b09"
3332
))
3433
}

0 commit comments

Comments
 (0)