You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/buildSrc/src/main/kotlin/Versions.kt

18 lines
546 B
Kotlin

object Versions {
const val kotlin = "1.3.72"
const val targetSdk = 29
const val minSdk = 23
const val dagger = "2.28"
const val butterknife = "10.2.1"
const val work = "2.3.4"
const val leakcanary = "2.4"
const val room = "2.2.5"
const val crashlytics = "2.10.1"
const val analytics = "17.4.3"
const val remote_config = "19.1.4"
const val okhttp = "4.6.0"
const val flipper = "0.46.0"
const val mockito = "3.3.3"
const val androidx_test = "1.2.0"
const val make_it_easy = "4.0.1"
}