mirror of https://github.com/tasks/tasks
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.
20 lines
632 B
Kotlin
20 lines
632 B
Kotlin
object Versions {
|
|
const val kotlin = "1.3.72"
|
|
const val targetSdk = 29
|
|
const val minSdk = 23
|
|
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.4"
|
|
const val remote_config = "19.1.4"
|
|
const val okhttp = "4.7.2"
|
|
const val flipper = "0.51.0"
|
|
const val mockito = "3.3.3"
|
|
const val androidx_test = "1.2.0"
|
|
const val make_it_easy = "4.0.1"
|
|
const val hilt = "2.28.1-alpha"
|
|
const val hilt_androidx = "1.0.0-alpha01"
|
|
const val lifecycle = "2.2.0"
|
|
} |