From 02c57924da6dc5a082822ddce23c2ae7e13ab67c Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Thu, 17 Apr 2025 22:25:04 +0200 Subject: [PATCH] chore: update dependencies --- gradle/libs.versions.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3d66df8cf..3f8fdd882 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,16 +1,16 @@ [versions] -android-gradle-plugin = "8.7.2" +android-gradle-plugin = "8.9.1" androidx-appcompat = "1.7.0" androidx-espresso = "3.6.1" androidx-lifecycle = "2.8.7" -androidx-room = "2.6.1" +androidx-room = "2.7.0" androidx-test = "1.6.2" androidx-test-junit = "1.2.1" dagger = "2.52" glide = "4.16.0" -kotlin = "2.0.21" +kotlin = "2.1.20" kotlinx-serialization = "1.7.3" -ksp = "2.0.21-1.0.28" +ksp = "2.1.20-1.0.32" # 2.1.20-2.0.0 materialdialogs = "0.9.6.0" retrofit = "2.9.0" @@ -20,22 +20,22 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "a androidx-appcompat-resorces = { module = "androidx.appcompat:appcompat-resources", version = "androidx-appcompat" } androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } androidx-cardview = { module = "androidx.cardview:cardview", version = "1.0.0" } -androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" } +androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" } androidx-legacy = { module = "androidx.legacy:legacy-preference-v14", version = "1.0.0" } androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" } androidx-lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "androidx-lifecycle" } androidx-lifecycle-reactivestreams = { module = "androidx.lifecycle:lifecycle-reactivestreams-ktx", version.ref = "androidx-lifecycle" } androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "androidx-lifecycle" } androidx-multidex = { module = "androidx.multidex:multidex", version = "2.0.1" } -androidx-paging-runtime = { module = "androidx.paging:paging-runtime", version = "3.3.4" } +androidx-paging-runtime = { module = "androidx.paging:paging-runtime", version = "3.3.6" } androidx-preference = { module = "androidx.preference:preference", 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 = "androidx-room" } androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "androidx-room" } androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "androidx-room" } androidx-room-rxjava = { module = "androidx.room:room-rxjava2", version.ref = "androidx-room" } androidx-room-testing = { module = "androidx.room:room-testing", version.ref = "androidx-room" } -androidx-room-paging = { module = "androidx.room:room-paging", version = "2.6.1" } +androidx-room-paging = { module = "androidx.room:room-paging", version = "2.7.0" } androidx-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.0.1" } androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.1.0" } androidx-test-core = { module = "androidx.arch.core:core-testing", version = "2.2.0" } -- GitLab