File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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. kotlinVersion = ' 1.3.21 '
4+ ext. kotlinVersion = ' 1.3.30 '
55 repositories {
66 google()
77 jcenter()
@@ -10,7 +10,7 @@ buildscript {
1010 maven { url ' https://dl.bintray.com/jetbrains/kotlin-native-dependencies' }
1111 }
1212 dependencies {
13- classpath ' com.android.tools.build:gradle:3.5.0-alpha10 '
13+ classpath ' com.android.tools.build:gradle:3.5.0-alpha11 '
1414 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
1515 classpath " org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion "
1616 // NOTE: Do not place your application dependencies here; they belong
4141 retrofitVersion = ' 2.5.0'
4242 okHttpVersion = ' 3.12.1'
4343 moshiKotlinVersion = ' 1.8.0'
44- coroutinesVersion = ' 1.1.1 '
44+ coroutinesVersion = ' 1.2.0-alpha-2 '
4545 glideVersion = ' 4.8.0'
4646 stethoVersion = ' 1.5.0'
4747 ktxVersion = ' 1.0.0-rc02'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55z;ipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.3-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.3.1 -all.zip
You can’t perform that action at this time.
0 commit comments