miguelhincapie / CustomBottomSheetBehavior

Custom BottomSheetBehavior for Android that mimic Google Maps behavior
Apache License 2.0
915 stars 184 forks source link

Could not find com.mahc.custombottomsheetbehavior:googlemaps-like:0.9.4. in Gradle 7.2 #87

Open MrzDevApp opened 2 years ago

MrzDevApp commented 2 years ago

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:

MrzDevApp commented 2 years ago

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'