File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
buildSrc/src/main/java/com/kizitonwose/calendar/buildsrc
compose-multiplatform/library Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ allprojects {
4545 afterEvaluate {
4646 // Android and Multiplatform libraries are published separately
4747 // See https://github.com/kizitonwose/Calendar/pull/561
48- disableMavenPublicationsIfNeeded(multiplatformProjects, Version .multiplatfrom )
48+ disableMavenPublicationsIfNeeded(multiplatformProjects, Version .multiplatform )
4949 disableMavenPublicationsIfNeeded(androidProjects, Version .android)
5050 }
5151}
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ object Config {
1111}
1212
1313object Version {
14- val android = " 2.7.1-SNAPSHOT "
15- val multiplatfrom = " 2.7.1-SNAPSHOT "
14+ const val android = " 2.8.0 "
15+ const val multiplatform = " 2.8.0 "
1616
1717 fun String.isNoPublish () = this == VERSION_NO_PUBLISH
1818}
1919
20- private val VERSION_NO_PUBLISH = " NO_PUBLISH"
20+ private const val VERSION_NO_PUBLISH = " NO_PUBLISH"
2121
2222object Android {
2323 const val minSdk = 21
Original file line number Diff line number Diff line change @@ -137,5 +137,5 @@ android {
137137}
138138
139139mavenPublishing {
140- coordinates(version = Version .multiplatfrom )
140+ coordinates(version = Version .multiplatform )
141141}
You can’t perform that action at this time.
0 commit comments