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

Commit d6689b6

Browse files
committed
update maven publish
1 parent 86b4bc9 commit d6689b6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

shared/build.gradle.kts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
plugins {
22
kotlin("multiplatform")
33
id("com.android.library")
4-
id("co.touchlab.faktory.kmmbridge") version "0.2.2"
4+
id("co.touchlab.faktory.kmmbridge") version "0.3.1"
5+
`maven-publish`
56
kotlin("native.cocoapods")
67
}
78

@@ -28,10 +29,11 @@ android {
2829
}
2930
}
3031

32+
addGithubPackagesRepository()
3133
kmmbridge {
32-
githubReleaseArtifacts()
34+
mavenPublishArtifacts()
3335
githubReleaseVersions()
3436
spm()
3537
cocoapods("[email protected]:touchlab/PublicPodspecs.git")
36-
versionPrefix.set("0.6")
38+
versionPrefix.set("0.7")
3739
}

0 commit comments

Comments
 (0)