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

14 lines
422 B
Kotlin

object Versions {
const val kotlin = "1.3.71"
const val targetSdk = 29
const val minSdk = 23
const val dagger = "2.27"
const val butterknife = "10.2.1"
const val work = "2.3.4"
const val leakcanary = "2.2"
const val room = "2.2.5"
const val crashlytics = "2.10.1"
const val firebase = "17.3.0"
const val okhttp = "3.12.10" // 3.13 minSdk is 21
const val flipper = "0.38.0"
}