Skip to content

Commit 74c427e

Browse files
committed
Released version 1.0.9
1 parent a33b622 commit 74c427e

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Download the playground app from Google Play, with this app you can try out all
3333

3434
Add the following dependency to your <b>build.gradle</b>:
3535
```gradle
36-
implementation 'nl.joery.animatedbottombar:library:1.0.8'
36+
implementation 'nl.joery.animatedbottombar:library:1.0.9'
3737
```
3838

3939
Define `AnimatedBottomBar` in your XML layout with custom attributes.

library/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
libraryName = 'library'
1313
artifact = 'library'
1414

15-
libraryVersion = '1.0.8'
15+
libraryVersion = '1.0.9'
1616
libraryDescription = 'A customizable and easy to use BottomBar navigation view with sleek animations.'
1717
siteUrl = 'https://github.com/Droppers/AnimatedBottomBar'
1818
gitUrl = 'https://github.com/Droppers/AnimatedBottomBar.git'
@@ -69,7 +69,6 @@ dependencies {
6969
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
7070
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
7171

72-
implementation "androidx.navigation:navigation-fragment-ktx:2.3.1"
7372
implementation "androidx.navigation:navigation-ui-ktx:2.3.1"
7473
}
7574

media/demo.apk

-3.24 MB
Binary file not shown.

0 commit comments

Comments
 (0)