From a2994e0e33bd6b8b4cbb43d14b11b766fafc1808 Mon Sep 17 00:00:00 2001 From: Ismael Di Vita Date: Sat, 5 Feb 2022 16:47:05 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 142da05..bad0ee9 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ allprojects { Add the library to the dependencies: ```gradle -implementation 'com.github.ismaeldivita:chip-navigation-bar:1.4.0' +implementation 'com.github.ismaeldivita:chip-navigation-bar:1.3.4' ``` >**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.