| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- 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'
|