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
430 B
Kotlin

object Versions {
const val kotlin = "1.3.40"
const val targetSdk = 29
const val minSdk = 16
const val dagger = "2.25.2"
const val butterknife = "10.2.0"
const val work = "2.0.1"
const val leakcanary = "2.0-beta-5"
const val room = "2.2.2"
const val crashlytics = "2.10.1"
const val firebase = "16.0.9"
const val okhttp = "3.12.3" // 3.13 minSdk is 21
const val flipper = "0.28.0"
}