We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a459a9 commit 67eef0eCopy full SHA for 67eef0e
showcase/build.gradle
@@ -5,7 +5,7 @@ plugins {
5
6
ext {
7
PUBLISH_GROUP_ID = 'com.canopas.intro-showcase-view'
8
- PUBLISH_VERSION = '1.0.5'
+ PUBLISH_VERSION = '1.0.6'
9
PUBLISH_ARTIFACT_ID = 'introshowcaseview'
10
}
11
@@ -58,4 +58,4 @@ dependencies {
58
implementation "androidx.compose.material:material:$compose_version"
59
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
60
implementation "androidx.compose.material:material-icons-extended:$compose_version"
61
-}
+}
0 commit comments