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 8488d61 commit 1f430f6Copy full SHA for 1f430f6
FancyComposeDialogs/build.gradle
@@ -60,7 +60,7 @@ afterEvaluate {
60
from components.release
61
groupId = 'com.github.PratikFagadiya'
62
artifactId = 'fancycomposedialogs'
63
- version = '1.0.0'
+ version = '1.0.1'
64
}
65
66
app/build.gradle
@@ -65,5 +65,4 @@ dependencies {
debugImplementation 'androidx.compose.ui:ui-test-manifest'
67
implementation project(path: ':FancyComposeDialogs')
68
-
69
0 commit comments