update imageSource

xiaoifei 9 months ago
parent 3aaf739f0e
commit 869a9d889a

@ -1,27 +1,47 @@
buildscript {
repositories {
jcenter()
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'
}
google()
// jcenter()
// mavenCentral()
// maven {
// url 'https://maven.google.com/'
// name 'Google'
// }
// google()
// 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/groups/public' }
// maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'}
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'org.greenrobot:greendao-gradle-plugin:3.0.0'
}
}
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
// jcenter()
// maven {
// url 'https://maven.google.com/'
// name 'Google'
// }
// 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/groups/public' }
// maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'}
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
}
}

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip

Loading…
Cancel
Save