File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33buildscript {
44 ext {
5- kotlin_version = ' 1.3.71 '
5+ kotlin_version = ' 1.3.72 '
66 }
77 ext. versions = [
88 ' compileSdk' : 29 ,
@@ -19,7 +19,7 @@ buildscript {
1919 jcenter()
2020 }
2121 dependencies {
22- classpath ' com.android.tools.build:gradle:3.6.2 '
22+ classpath ' com.android.tools.build:gradle:4.0.0 '
2323 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2424 }
2525}
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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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 {
4242
4343 implementation " androidx.annotation:annotation:$versions . annotation "
4444
45- def okhttp = " 4.4.1 "
45+ def okhttp = " 4.7.2 "
4646 implementation " com.squareup.okhttp3:okhttp:$okhttp "
4747
4848 testImplementation " junit:junit:$versions . junit "
You can’t perform that action at this time.
0 commit comments