API 23 : Android 6.0 (Marshmallow)
Language : kotlin
id 'kotlin-android-extensions'
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
implementation 'com.github.ismaeldivita:chip-navigation-bar:1.3.4'
https://github.com/ismaeldivita/chip-...