Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaeldivita committed Jun 6, 2019
1 parent 1fc4c11 commit 3bf2f1c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,25 @@ menu.setMenuResource(R.menu.my_menu)

## Installation

**Required Android Lollipop - API Level 22**
**Required**
- AndroidX - See [migration guide](https://developer.android.com/jetpack/androidx/migrate)
- Android Lollipop - API Level 22

### Gradle

Make sure that the repositories section includes JCenter
```gradle
buildscript {
...
repositories {
jcenter()
...
}
```
Add the library to the dependencies:

```gradle
implementation 'com.ismaeldivita.chipnavigation:chip-navigation-bar:0.0.1'
implementation 'com.ismaeldivita.chipnavigation:chip-navigation-bar:1.0.0'
```

## License
Expand Down
2 changes: 1 addition & 1 deletion chip-navigation-bar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ext {
siteUrl = 'https://github.com/ismaeldivita/chip-navigation-bar'
gitUrl = 'https://github.com/ismaeldivita/chip-navigation-bar.git'

libraryVersion = '0.0.3'
libraryVersion = '1.0.0'

developerId = 'ismaeldivita'
developerName = 'Ismael Di Vita'
Expand Down

0 comments on commit 3bf2f1c

Please sign in to comment.