Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaeldivita committed Nov 11, 2019
1 parent 536f10d commit 0fd9e64
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 @@ -185,7 +185,7 @@ buildscript {
Add the library to the dependencies:

```gradle
implementation 'com.ismaeldivita.chipnavigation:chip-navigation-bar:1.1.0'
implementation 'com.ismaeldivita.chipnavigation:chip-navigation-bar:1.1.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 @@ -19,7 +19,7 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand All @@ -45,7 +45,7 @@ ext {
siteUrl = 'https://github.com/ismaeldivita/chip-navigation-bar'
gitUrl = 'https://github.com/ismaeldivita/chip-navigation-bar.git'

libraryVersion = '1.1.1'
libraryVersion = '1.1.2'

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

0 comments on commit 0fd9e64

Please sign in to comment.