This repository was archived by the owner on Jun 28, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.10 '
4+ ext. kotlin_version = ' 1.3.21 '
55 ext. versions = [
66 ' compileSdk' : 27 ,
77 ' minSdk' : 16 ,
@@ -14,7 +14,7 @@ buildscript {
1414 jcenter()
1515 }
1616 dependencies {
17- classpath ' com.android.tools.build:gradle:3.2.1 '
17+ classpath ' com.android.tools.build:gradle:3.3.2 '
1818 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1919 }
2020}
Original file line number Diff line number Diff line change 1- # Tue Oct 30 15:28:34 JST 2018
1+ # Wed Mar 27 11:30:00 JST 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ dependencies {
7272 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
7373 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
7474
75- def coroutines = " 1.0 .1"
75+ def coroutines = " 1.1 .1"
7676 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines "
7777 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines "
7878
79- def okhttp = " 3.12.0 "
79+ def okhttp = " 3.12.1 "
8080 implementation " com.squareup.okhttp3:okhttp:$okhttp "
8181
8282 testImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments