diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 10a1905b..6be32239 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,22 +1,22 @@ # Taken from NIA sample app by Google [versions] androidDesugarJdkLibs = "2.0.4" -androidGradlePlugin = "8.3.1" -androidMaterial = "1.11.0" -androidxActivity = "1.8.2" -androidxAppCompat = "1.6.1" -androidxCore = "1.12.0" -androidxDataStore = "1.0.0" -androidxFragment = "1.6.2" -androidxEspresso = "3.5.1" -androidxLifecycle = "2.7.0" +androidGradlePlugin = "8.5.0" +androidMaterial = "1.12.0" +androidxActivity = "1.9.0" +androidxAppCompat = "1.7.0" +androidxCore = "1.13.1" +androidxDataStore = "1.1.1" +androidxFragment = "1.8.1" +androidxEspresso = "3.6.1" +androidxLifecycle = "2.8.2" androidxNavigation = "2.7.7" androidxRecyclerView = "1.3.2" androidxSqlite = "2.4.0" -androidxTestCore = "1.5.0" -androidxTestExt = "1.1.5" -androidxTestRules = "1.5.0" -androidxTestRunner = "1.5.2" +androidxTestCore = "1.6.1" +androidxTestExt = "1.2.1" +androidxTestRules = "1.6.1" +androidxTestRunner = "1.6.1" androidxUiAutomator = "2.3.0" androidxWork = "2.9.0" coil = "2.6.0" @@ -25,12 +25,12 @@ hilt = "2.51.1" hiltExt = "1.2.0" junit4 = "4.13.2" jackson = "2.17.0" -kotlin = "1.9.23" -kotlinxCoroutines = "1.8.0" -kotlinxDatetime = "0.5.0" -kotlinxSerializationJson = "1.6.3" -ksp = "1.9.23-1.0.20" -ktlint = "12.1.0" +kotlin = "2.0.0" +kotlinxCoroutines = "1.9.0-RC" +kotlinxDatetime = "0.6.0" +kotlinxSerializationJson = "1.7.0" +ksp = "2.0.0-1.0.22" +ktlint = "12.1.1" ktor = "2.3.9" libsu = "5.2.2" room = "2.6.1" @@ -72,7 +72,7 @@ hilt-ext-compiler = { group = "androidx.hilt", name = "hilt-compiler", version.r hilt-android-testing = { group = "com.google.dagger", name = "hilt-android-testing", version.ref = "hilt" } junit4 = { group = "junit", name = "junit", version.ref = "junit4" } jackson-core = { group = "com.fasterxml.jackson.core", name = "jackson-core", version.ref = "jackson" } -kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" } +kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" } kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" } kotlinx-coroutines-guava = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-guava", version.ref = "kotlinxCoroutines" } kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }