Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit e78c1d5

Browse files
runnerrunner
authored andcommitted
KMM SPM package release for 0.8.5
1 parent 115bab7 commit e78c1d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Package.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// swift-tools-version:5.3
22
import PackageDescription
33

4-
let remoteKotlinUrl = "https://api.github.com/repos/touchlab/KMMBridgeSampleKotlin/releases/assets/80212667.zip"
5-
let remoteKotlinChecksum = "243646153ba4a0d04034a3d58d4910098b2332ce4e8a5e4e814829280dcffef9"
4+
// BEGIN KMMBRIDGE VARIABLES BLOCK (do not edit)
5+
let remoteKotlinUrl = "https://maven.pkg.github.com/touchlab/KMMBridgeSampleKotlin/KMMBridgeSampleKotlin/shared-kmmbridge/0.8.5/shared-kmmbridge-0.8.5.zip"
6+
let remoteKotlinChecksum = "9777a5d67f51297131a3472cfbf32a21a62d403774c244fde2e69633ebd66e7a"
67
let packageName = "shared"
8+
// END KMMBRIDGE BLOCK
79

810
let package = Package(
911
name: packageName,

0 commit comments

Comments
 (0)