Skip to content

Commit f02a117

Browse files
author
Julia Jakubcova
committed
Use manual versions and rename.
1 parent a72fe56 commit f02a117

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ pluginManagement {
66
mavenCentral()
77
}
88
}
9-
rootProject.name = "KmmBridgeIntegrationTest"
9+
rootProject.name = "KmmBridgeManualVersionTest"
1010
include(":shared")
1111

shared/build.gradle.kts

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
`maven-publish`
77
}
88

9-
group = "co.touchlab"
9+
group = "co.touchlab.manualversiontest"
1010
version = "1.0"
1111

1212
repositories {
@@ -55,10 +55,9 @@ android {
5555
}
5656

5757
kmmbridge {
58-
versionPrefix.set("1.4")
58+
manualVersions()
5959
spm("../")
6060
cocoapods("[email protected]:Touchlab/Podspecs.git")
61-
gitTagVersions()
6261
mavenPublishArtifacts()
6362
}
6463

shared/shared.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Pod::Spec.new do |spec|
3636
}
3737
]
3838

39-
end
39+
end

0 commit comments

Comments
 (0)