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.mahc.custombottomsheetbehavior:googlemaps-like:0.9.4. in Gradle 7.2 #87

Open
MrzDevApp opened this issue Jul 25, 2022 · 1 comment

Comments

@MrzDevApp
Copy link

Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find com.mahc.custombottomsheetbehavior:googlemaps-like:0.9.4.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/mahc/custombottomsheetbehavior/googlemaps-like/0.9.4/googlemaps-like-0.9.4.pom
- https://repo.maven.apache.org/maven2/com/mahc/custombottomsheetbehavior/googlemaps-like/0.9.4/googlemaps-like-0.9.4.pom
Required by:
project :app

@MrzDevApp
Copy link
Author

Solo agregue el repositorio y plugin ### jcenter() a el archivo settings.graddle , así se mira el archivo:

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
jcenter()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter()
}
}
rootProject.name = "Smart Routes Panama"
include ':app'

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