Skip to content

Commit

Permalink
chore(deps): bump dependencies to current kotlin 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohnde committed Oct 21, 2020
1 parent c7655a5 commit a95ab96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buildSrc/src/main/java/Libs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ object Android {
}

object Versions {
const val gradle = "4.0.1"
const val kotlin = "1.4.0"
const val coroutines = "1.3.9-native-mt"
const val serialization = "1.0.0-RC"
const val ktor = "1.4.0"
const val gradle = "4.1.0"
const val kotlin = "1.4.10"
const val coroutines = "1.3.9-native-mt-2"
const val serialization = "1.0.0-RC2"
const val ktor = "1.4.1"
const val TestCore = "1.2.0"
const val RoboElectric = "4.3.1"
}
Expand Down Expand Up @@ -47,4 +47,4 @@ object TestLibs {
object Exclude {
const val GoogleAutoService = "com.google.auto.service"
const val AutoService = "auto-service"
}
}

0 comments on commit a95ab96

Please sign in to comment.