Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
PratikFagadiya committed Aug 26, 2023
1 parent 8488d61 commit 1f430f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion FancyComposeDialogs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.PratikFagadiya'
artifactId = 'fancycomposedialogs'
version = '1.0.0'
version = '1.0.1'
}
}
}
Expand Down
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,4 @@ dependencies {
debugImplementation 'androidx.compose.ui:ui-test-manifest'

implementation project(path: ':FancyComposeDialogs')

}

0 comments on commit 1f430f6

Please sign in to comment.