chip-navigation-bar
chip-navigation-bar copied to clipboard
Could not find com.github.ismaeldivita:chip-navigation-bar:1.4.0.
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 👆.
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' } }