Skip to content

Commit

Permalink
Released version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Droppers committed Oct 25, 2020
1 parent a33b622 commit 74c427e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Download the playground app from Google Play, with this app you can try out all

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

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

libraryVersion = '1.0.8'
libraryVersion = '1.0.9'
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 @@ -69,7 +69,6 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

implementation "androidx.navigation:navigation-fragment-ktx:2.3.1"
implementation "androidx.navigation:navigation-ui-ktx:2.3.1"
}

Expand Down
Binary file removed media/demo.apk
Binary file not shown.

0 comments on commit 74c427e

Please sign in to comment.