Commit 80a4ccd1 authored by Arturo Mejia's avatar Arturo Mejia
Browse files

Update Kotlin version to 1.3.7 and coroutines version to 1.3.5

parent 190bc988
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@

// Synchronized version numbers for dependencies used by (some) modules
object Versions {
    const val kotlin = "1.3.61"
    const val coroutines = "1.3.3"
    const val kotlin = "1.3.70"
    const val coroutines = "1.3.5"

    const val junit = "4.12"
    const val robolectric = "4.1"