pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'https://maven.aliyun.com/repository/jcenter' } maven { url = "https://repo.maven.apache.org/maven2" } maven { url "https://mvnrepo.alibaba-inc.com/mvn/repository" } maven { url "https://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/" } maven { url 'https://artifact.bytedance.com/repository/pangle' } //友盟分享 maven { url 'https://repo1.maven.org/maven2/' } maven { url "https://jitpack.io" } maven { url 'https://maven.aliyun.com/repository/releases' } maven { url 'https://maven.aliyun.com/repository/central' } maven { url 'https://maven.aliyun.com/repository/gradle-plugin' } maven { url 'https://maven.aliyun.com/repository/public' } maven { url "https://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/" } maven { url "https://maven.aliyun.com/nexus/content/repositories/releases" } } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url "https://jitpack.io" } maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'https://maven.aliyun.com/repository/jcenter' } maven { url = "https://repo.maven.apache.org/maven2" } // maven { // url "https://mvnrepo.alibaba-inc.com/mvn/repository" // } maven { url "https://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/" } maven { url 'https://artifact.bytedance.com/repository/pangle' } //友盟分享 maven { url 'https://repo1.maven.org/maven2/' } maven { url 'https://maven.aliyun.com/repository/releases' } maven { url 'https://maven.aliyun.com/repository/central' } maven { url 'https://maven.aliyun.com/repository/gradle-plugin' } maven { url 'https://maven.aliyun.com/repository/public' } maven { url "https://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/" } maven { url "https://maven.aliyun.com/nexus/content/repositories/releases" } } } rootProject.name = "bjtdba" include ':app', ':flowlayout-lib' include ':jd_sdk_lib' include ':easyPhotos'