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.
24 lines
738 B
Kotlin
24 lines
738 B
Kotlin
object Versions {
|
|
const val kotlin = "1.5.31"
|
|
const val compileSdk = 31
|
|
const val targetSdk = 31
|
|
const val minSdk = 24
|
|
const val work = "2.7.0-beta01"
|
|
const val leakcanary = "2.7"
|
|
const val room = "2.4.0-alpha05"
|
|
const val crashlytics = "18.2.1"
|
|
const val analytics = "19.0.1"
|
|
const val remote_config = "21.0.1"
|
|
const val okhttp = "4.8.1"
|
|
const val flipper = "0.110.0"
|
|
const val mockito = "3.9.0"
|
|
const val androidx_test = "1.3.0"
|
|
const val make_it_easy = "4.0.1"
|
|
const val hilt = "2.38.1"
|
|
const val hilt_androidx = "1.0.0"
|
|
const val lifecycle = "2.3.0"
|
|
const val markwon = "4.6.2"
|
|
const val compose = "1.0.4"
|
|
const val compose_theme_adapter = "1.0.3"
|
|
}
|