Skip to content

Commit d61aaca

Browse files
committed
bump kotlin and coroutine versions
1 parent 69bd20c commit d61aaca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
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
@@ -41,7 +41,7 @@ ext {
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'

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
z;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

0 commit comments

Comments
 (0)