File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
ext {
5
- kotlin_version = ' 1.3.71 '
5
+ kotlin_version = ' 1.3.72 '
6
6
}
7
7
ext. versions = [
8
8
' compileSdk' : 29 ,
@@ -19,7 +19,7 @@ buildscript {
19
19
jcenter()
20
20
}
21
21
dependencies {
22
- classpath ' com.android.tools.build:gradle:3.6.2 '
22
+ classpath ' com.android.tools.build:gradle:4.0.0 '
23
23
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
24
24
}
25
25
}
Original file line number Diff line number Diff line change 1
- # Thu Apr 02 08:45 :00 JST 2020
1
+ # Fri May 29 10:30 :00 JST 2020
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-5.6.4 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.1.1 -all.zip
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
43
43
implementation " androidx.annotation:annotation:$versions . annotation "
44
44
45
- def okhttp = " 4.4.1 "
45
+ def okhttp = " 4.7.2 "
46
46
implementation " com.squareup.okhttp3:okhttp:$okhttp "
47
47
48
48
testImplementation " junit:junit:$versions . junit "
You can’t perform that action at this time.
0 commit comments