Skip to content

Commit

Permalink
Release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Apr 3, 2023
1 parent afa7647 commit 08d1581
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
- License [Click Here](https://github.com/frogobox/frogo-ui/blob/master/LICENSE)

## Screen Shoot
| UI KIT LIST | UI KIT GRID |
|:------------------:|:-------------------------:|
|<img width="200px" height="360px" src="docs/image/ss_home_list.png"> | <img width="200px" height="360px" src="docs/image/ss_home_grid.png"> |
| UI KIT LIST | UI KIT GRID |
|:--------------------------------------------------------------------:|:--------------------------------------------------------------------:|
| <img width="200px" height="360px" src="docs/image/ss_home_list.png"> | <img width="200px" height="360px" src="docs/image/ss_home_grid.png"> |

## Version Release
This Is Latest Release

$version_release = 1.1.3
$version_release = 1.1.4

What's New??

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

dependencies {
// library frogo-ui
implementation 'com.github.frogobox:frogo-ui:1.1.3'
implementation 'com.github.frogobox:frogo-ui:1.1.4'
}

#### <Option 2> Kotlin DSL Gradle

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

## Documentation
Expand Down

0 comments on commit 08d1581

Please sign in to comment.