Skip to content

Commit

Permalink
upgrade kotlin and kotlinx.coroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeCastilloPrz committed Apr 8, 2018
1 parent 30e4454 commit c99e3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ buildscript {
gradleVersionsPluginVersion = '0.17.0'
javaVersion = JavaVersion.VERSION_1_7
kotlinTestVersion = '2.0.7'
kotlinVersion = '1.2.20'
kotlinVersion = '1.2.31'
daggerVersion = '2.5'
kotlinxCoroutinesVersion = '0.21.2'
kotlinxCoroutinesVersion = '0.22.5'
kotlinxCollectionsImmutableVersion = '0.1'
}

Expand Down

0 comments on commit c99e3aa

Please sign in to comment.