pluginManagement { repositories { mavenCentral() //友盟 检测bug //腾讯地图 maven{ url "https://oss.sonatype.org/content/groups/public" } maven { url 'https://repo1.maven.org/maven2/' } maven{ url 'https://maven.aliyun.com/repository/google'} maven{ url 'https://maven.aliyun.com/repository/gradle-plugin'} maven{ url 'https://maven.aliyun.com/repository/public'} maven{ url 'https://maven.aliyun.com/repository/jcenter'} maven{ url 'https://maven.aliyun.com/nexus/content/groups/public/'} maven { url "https://jitpack.io" } maven { url "https://repo.spring.io/libs-release/" } //友盟 检测bug maven { url 'https://repo1.maven.org/maven2/' } jcenter() google() maven{ url "https://maven.google.com/" } gradlePluginPortal() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { mavenCentral() //友盟 检测bug //腾讯地图 maven{ url "https://oss.sonatype.org/content/groups/public" } maven { url 'https://repo1.maven.org/maven2/' } maven{ url 'https://maven.aliyun.com/repository/google'} maven{ url 'https://maven.aliyun.com/repository/gradle-plugin'} maven{ url 'https://maven.aliyun.com/repository/public'} maven{ url 'https://maven.aliyun.com/repository/jcenter'} maven{ url 'https://maven.aliyun.com/nexus/content/groups/public/'} maven { url "https://jitpack.io" } maven { url "https://repo.spring.io/libs-release/" } //友盟 检测bug maven { url 'https://repo1.maven.org/maven2/' } jcenter() google() maven{ url "https://maven.google.com/" } gradlePluginPortal() } } rootProject.name = "NavinfoOutDoor" include ':app', ':xrecyclerview', ":ocr"