diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 11c35913..7c6af44a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,5 @@ [versions] -androidGradlePlugin = "8.7.3" -androidDesugarJDKLibs = "2.1.3" +androidGradlePlugin = "8.8.0" kotlin = "2.1.0" ksp = "2.1.0-1.0.29" lifecycle = "2.8.7" @@ -12,11 +11,11 @@ arrow = "2.0.0" [libraries] android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" } -android-desugarJDKLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androidDesugarJDKLibs" } +android-desugarJDKLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version = "2.1.4" } kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" } -kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.9.0" } +kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.10.1" } kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.3" } -androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.9.3" } +androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.10.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" } androidx-autofill = { module = "androidx.autofill:autofill", version = "1.1.0" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" } @@ -31,7 +30,7 @@ androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragme androidx-navigation-ui = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "navigation" } androidx-paging = { module = "androidx.paging:paging-runtime-ktx", version = "3.3.5" } androidx-preference = { module = "androidx.preference:preference-ktx", version = "1.2.1" } -androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" } +androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" } androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" } androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" } androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }