ismaeldivita / chip-navigation-bar

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

Could not find com.github.ismaeldivita:chip-navigation-bar:1.4.0. #96

Open 00RohitRoshan opened 2 years ago

00RohitRoshan commented 2 years ago
Execution failed for task ':app:mergeDebugJavaResource'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.github.ismaeldivita:chip-navigation-bar:1.4.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/github/ismaeldivita/chip-navigation-bar/1.4.0/chip-navigation-bar-1.4.0.pom
       - https://repo.maven.apache.org/maven2/com/github/ismaeldivita/chip-navigation-bar/1.4.0/chip-navigation-bar-1.4.0.pom
     Required by:
         project :app

Can any body suggest how to fix this 👆.

adhamalaa111 commented 1 year ago

add this maven { url 'https://jitpack.io' } in dependencyResolutionManagement like this

dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://jitpack.io' } }