Skip to content

Commit

Permalink
Released version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Droppers committed Mar 23, 2020
1 parent 8c190b1 commit a2b9e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Download the playground app: <a href="./media/demo.apk">demo.apk</a>. In this ap

Add the following dependency to your <b>build.gradle</b>:
```gradle
implementation 'nl.joery.animatedbottombar:library:1.0.6'
implementation 'nl.joery.animatedbottombar:library:1.0.7'
```

Define `AnimatedBottomBar` in your XML layout with custom attributes.
Expand Down
3 changes: 2 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
libraryName = 'l1ibrary'
artifact = 'library'

libraryVersion = '1.0.6'
libraryVersion = '1.0.7'
libraryDescription = 'A customizable and easy to use BottomBar navigation view with sleek animations.'
siteUrl = 'https://github.com/Droppers/AnimatedBottomBar'
gitUrl = 'https://github.com/Droppers/AnimatedBottomBar.git'
Expand Down Expand Up @@ -63,6 +63,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'com.google.android:flexbox:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
Expand Down

0 comments on commit a2b9e83

Please sign in to comment.