Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaeldivita committed May 30, 2020
1 parent c9f5271 commit 0a6851c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ buildscript {
Add the library to the dependencies:

```gradle
implementation 'com.ismaeldivita.chipnavigation:chip-navigation-bar:1.3.1'
implementation 'com.ismaeldivita.chipnavigation:chip-navigation-bar:1.3.2'
```
>**Note:** For projects without kotlin, you may need to add `org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion` to your dependencies since this is a Kotlin library.
Expand Down
4 changes: 2 additions & 2 deletions chip-navigation-bar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ext {
siteUrl = 'https://github.com/ismaeldivita/chip-navigation-bar'
gitUrl = 'https://github.com/ismaeldivita/chip-navigation-bar.git'

libraryVersion = '1.3.1'
libraryVersion = '1.3.2'

developerId = 'ismaeldivita'
developerName = 'Ismael Di Vita'
Expand All @@ -60,7 +60,7 @@ dependencies {

ext {
kotlinStd = '1.3.31'
appcompat = '1.0.2'
appcompat = '1.1.0'
constraint = '2.0.0-beta6'
testJunit = '1.1.1-alpha02'
testEspresso = '3.1.1'
Expand Down

0 comments on commit 0a6851c

Please sign in to comment.