Bump dependencies and API targets.

This commit is contained in:
darken
2023-10-28 17:58:09 +02:00
committed by Matthias Urhahn
parent ad38702df1
commit 82e8769407
8 changed files with 17 additions and 19 deletions
+4 -8
View File
@@ -1,11 +1,7 @@
object Versions {
object Gradle {
const val buildTools = "7.1.2"
}
object Kotlin {
const val core = "1.8.0"
const val coroutines = "1.6.2"
const val core = "1.9.10"
const val coroutines = "1.7.3"
}
object Dokka {
@@ -13,7 +9,7 @@ object Versions {
}
object Dagger {
const val core = "2.45"
const val core = "2.48.1"
}
object Moshi {
@@ -24,7 +20,7 @@ object Versions {
const val core = ""
object Navigation {
const val core = "2.5.0"
const val core = "2.7.3"
}
object Testing {