Open MrzDevApp opened 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'
Execution failed for task ':app:checkDebugAarMetadata'.