From a2b9e83ff6eade90e27768f86d763c7c9f67cbdc Mon Sep 17 00:00:00 2001 From: Joery Date: Mon, 23 Mar 2020 21:12:02 +0100 Subject: [PATCH] Released version 1.0.7 --- README.md | 2 +- library/build.gradle | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2f0065..7bc9650 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Download the playground app: demo.apk. In this ap Add the following dependency to your build.gradle: ```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. diff --git a/library/build.gradle b/library/build.gradle index d5e56cd..fc6e01e 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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' @@ -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'