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

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

Open
00RohitRoshan opened this issue Sep 16, 2022 · 1 comment
Open

Comments

@00RohitRoshan
Copy link

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
Copy link

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' }
}

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

2 participants