pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() // jcenter() maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'https://maven.aliyun.com/repository/jcenter' } // maven{ url 'https://maven.aliyun.com/nexus/content/groups/public'} maven { url = "https://repo.maven.apache.org/maven2" } // maven { // url = "https://jcenter.bintray.com" } maven { url "https://mvnrepo.alibaba-inc.com/mvn/repository" } // maven { url 'https://plugins.gradle.org/m2/' } // maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' } // maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'} 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://dl.bintray.com/thelasterstar/maven/" } //微博 // maven { url 'https://artifact.bytedance.com/repository/AwemeOpenSDK' } //抖音 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() // jcenter() maven { url "https://jitpack.io" } maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'https://maven.aliyun.com/repository/jcenter' } // maven{ url 'https://maven.aliyun.com/nexus/content/groups/public'} // maven { // // 由于新版本不默认支持http,需要修改为安全访问的https // allowInsecureProtocol = true // url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/" // } // maven { // // 由于新版本不默认支持http,需要修改为安全访问的https // allowInsecureProtocol = true // url "http://mvnrepo.alibaba-inc.com/mvn/repository" // } maven { url = "https://repo.maven.apache.org/maven2" } // maven { // url = "https://jcenter.bintray.com" } maven { url "https://mvnrepo.alibaba-inc.com/mvn/repository" } // maven { url 'https://plugins.gradle.org/m2/' } // maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' } // maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'} 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://dl.bintray.com/thelasterstar/maven/" } //微博 // maven { url 'https://artifact.bytedance.com/repository/AwemeOpenSDK' } //抖音 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'