ismaeldivita / chip-navigation-bar

An android navigation bar widget
MIT License
890 stars 136 forks source link

Failed to resolve: com.github.ismaeldivita:chip-navigation-bar:1.4.0 #108

Open TasosLep opened 5 months ago

TasosLep commented 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")

Humayung commented 1 month ago

Has anyone solve this issue?