Update dependencies
This commit is contained in:
parent
8d5f798591
commit
714aa4b4ba
@ -132,7 +132,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation(kotlin("reflect", version = BuildPluginsVersion.KOTLIN))
|
implementation(kotlin("reflect", version = BuildPluginsVersion.KOTLIN))
|
||||||
|
|
||||||
val coroutinesVersion = "1.4.3"
|
val coroutinesVersion = "1.5.1"
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion")
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion")
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
object BuildPluginsVersion {
|
object BuildPluginsVersion {
|
||||||
const val AGP = "4.2.2"
|
const val AGP = "4.2.2"
|
||||||
const val KOTLIN = "1.5.10"
|
const val KOTLIN = "1.5.20"
|
||||||
const val KOTLINTER = "3.4.4"
|
const val KOTLINTER = "3.4.5"
|
||||||
const val VERSIONS_PLUGIN = "0.39.0"
|
const val VERSIONS_PLUGIN = "0.39.0"
|
||||||
const val ABOUTLIB_PLUGIN = "8.9.0"
|
const val ABOUTLIB_PLUGIN = "8.9.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user