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.