Skip to content

Commit a6c0bff

Browse files
committed
feat:Release Version 1.2.0
1 parent ece9466 commit a6c0bff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ repositories {
6868
}
6969
7070
dependencies {
71-
implementation "io.github.kevinnzou:compose-progressIndicator-multiplatform:1.1.0"
71+
implementation "io.github.kevinnzou:compose-progressIndicator-multiplatform:1.2.0"
7272
}
7373
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ compose.version=1.5.1
2626

2727
GROUP_ID=io.github.kevinnzou
2828
ARTIFACT_ID=compose-progressIndicator-multiplatform
29-
VERSION_NAME=1.1.0
29+
VERSION_NAME=1.2.0
3030

3131

3232
POM_DESCRIPTION=Custom Progress Indicator for JetBrains Compose Multiplatform

progressIndicator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
kotlin("multiplatform")
55
id("com.android.library")
66
id("org.jetbrains.compose")
7-
id("convention.publication")
7+
// id("convention.publication")
88
}
99

1010
kotlin {

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rootProject.name = "compose-progressIndicator-multiplatform"
33
include(":sample:androidApp")
44
include(":progressIndicator")
55
include(":sample:desktopApp")
6-
includeBuild("convention-plugins")
6+
//includeBuild("convention-plugins")
77

88
pluginManagement {
99
repositories {

0 commit comments

Comments
 (0)