Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TasosLep opened this issue May 21, 2024 · 0 comments
Open

Comments

@TasosLep
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant