File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,6 @@ repositories {
68
68
}
69
69
70
70
dependencies {
71
- implementation "io.github.kevinnzou:compose-progressIndicator-multiplatform:1.1 .0"
71
+ implementation "io.github.kevinnzou:compose-progressIndicator-multiplatform:1.2 .0"
72
72
}
73
73
```
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ compose.version=1.5.1
26
26
27
27
GROUP_ID =io.github.kevinnzou
28
28
ARTIFACT_ID =compose-progressIndicator-multiplatform
29
- VERSION_NAME =1.1 .0
29
+ VERSION_NAME =1.2 .0
30
30
31
31
32
32
POM_DESCRIPTION =Custom Progress Indicator for JetBrains Compose Multiplatform
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
kotlin(" multiplatform" )
5
5
id(" com.android.library" )
6
6
id(" org.jetbrains.compose" )
7
- id(" convention.publication" )
7
+ // id("convention.publication")
8
8
}
9
9
10
10
kotlin {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ rootProject.name = "compose-progressIndicator-multiplatform"
3
3
include(" :sample:androidApp" )
4
4
include(" :progressIndicator" )
5
5
include(" :sample:desktopApp" )
6
- includeBuild(" convention-plugins" )
6
+ // includeBuild("convention-plugins")
7
7
8
8
pluginManagement {
9
9
repositories {
You can’t perform that action at this time.
0 commit comments