Skip to content

Commit 67eef0e

Browse files
authored
Update build.gradle
1 parent 4a459a9 commit 67eef0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

showcase/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
ext {
77
PUBLISH_GROUP_ID = 'com.canopas.intro-showcase-view'
8-
PUBLISH_VERSION = '1.0.5'
8+
PUBLISH_VERSION = '1.0.6'
99
PUBLISH_ARTIFACT_ID = 'introshowcaseview'
1010
}
1111

@@ -58,4 +58,4 @@ dependencies {
5858
implementation "androidx.compose.material:material:$compose_version"
5959
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
6060
implementation "androidx.compose.material:material-icons-extended:$compose_version"
61-
}
61+
}

0 commit comments

Comments
 (0)