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 {
6868}
6969
7070dependencies {
71- implementation "io.github.kevinnzou:compose-progressIndicator-multiplatform:1.1 .0"
71+ implementation "io.github.kevinnzou:compose-progressIndicator-multiplatform:1.2 .0"
7272}
7373```
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ compose.version=1.5.1
2626
2727GROUP_ID =io.github.kevinnzou
2828ARTIFACT_ID =compose-progressIndicator-multiplatform
29- VERSION_NAME =1.1 .0
29+ VERSION_NAME =1.2 .0
3030
3131
3232POM_DESCRIPTION =Custom Progress Indicator for JetBrains Compose Multiplatform
Original file line number Diff line number Diff 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
1010kotlin {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ rootProject.name = "compose-progressIndicator-multiplatform"
33include(" :sample:androidApp" )
44include(" :progressIndicator" )
55include(" :sample:desktopApp" )
6- includeBuild(" convention-plugins" )
6+ // includeBuild("convention-plugins")
77
88pluginManagement {
99 repositories {
You can’t perform that action at this time.
0 commit comments