Skip to content

Commit 7ea9598

Browse files
author
肖琪(融汇/产品技术中心)
committed
update gradle version
1 parent 95a3d73 commit 7ea9598

4 files changed

Lines changed: 18 additions & 8 deletions

File tree

.idea/gradle.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.21'
4+
ext.kotlin_version = '1.3.61'
55

66
repositories {
77
google()
8-
jcenter()
8+
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
9+
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
910
}
1011
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.1.2'
12+
classpath 'com.android.tools.build:gradle:3.3.1'
1213
classpath 'com.novoda:bintray-release:0.8.1'
1314
// NOTE: Do not place your application dependencies here; they belong
1415
// in the individual module build.gradle files
@@ -19,7 +20,8 @@ buildscript {
1920
allprojects {
2021
repositories {
2122
google()
22-
jcenter()
23+
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
24+
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
2325
}
2426
tasks.withType(Javadoc) {
2527
options.addStringOption('Xdoclint:none', '-quiet')
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Sep 07 23:39:14 CST 2018
1+
#Tue May 26 10:37:42 CST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 commit comments

Comments
 (0)