Open TasosLep opened 5 months ago
I cannot use the chip navigation bar. It says failed to resolve. I am using the latest version of Android Studio with minSDK = 23.
In settings.grandle :
repositories{ ... mavenCentral() gradlePluginPortal() \ jcenter() # 'jcenter(): MavenArtifactRepository' is deprecated maven { url = uri("https://jitpack.io") } }
In build.gradle(:app) :
implementation("com.github.ismaeldivita:chip-navigation-bar:1.4.0")
Has anyone solve this issue?
I cannot use the chip navigation bar. It says failed to resolve. I am using the latest version of Android Studio with minSDK = 23.
In settings.grandle :
repositories{ ... mavenCentral() gradlePluginPortal() \ jcenter() # 'jcenter(): MavenArtifactRepository' is deprecated maven { url = uri("https://jitpack.io") } }
In build.gradle(:app) :
implementation("com.github.ismaeldivita:chip-navigation-bar:1.4.0")