File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,16 @@ buildscript {
13
13
}
14
14
15
15
dependencies {
16
- classpath " com.android.tools.build:gradle:3.1.3 "
17
- classpath " com.novoda:bintray-release:0.8.1 "
16
+ classpath " com.android.tools.build:gradle:3.2.1 "
17
+ classpath " com.novoda:bintray-release:0.9 "
18
18
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
19
19
}
20
20
}
21
21
22
22
allprojects {
23
23
repositories {
24
24
jcenter()
25
- maven {
26
- url ' https://maven.google.com/'
27
- name ' Google'
28
- }
25
+ google()
29
26
}
30
27
}
31
28
Original file line number Diff line number Diff line change 1
- # Sat Jul 21 17:31:12 KST 2018
1
+ # Mon Nov 19 17:14:03 KST 2018
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments