Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed May 30, 2022
1 parent 2302f67 commit 35f69b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## Version Release
This Is Latest Release

$version_release = 1.0.4
$version_release = 1.0.5

What's New??

Expand Down Expand Up @@ -79,14 +79,14 @@ allprojects {

dependencies {
// library frogo-ui
implementation 'com.github.frogobox:frogo-ui:1.0.4'
implementation 'com.github.frogobox:frogo-ui:1.0.5'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-ui
implementation("com.github.frogobox:frogo-ui:1.0.4")
implementation("com.github.frogobox:frogo-ui:1.0.5")
}

## Documentation
Expand Down

0 comments on commit 35f69b6

Please sign in to comment.