Skip to content
Snippets Groups Projects
Verified Commit 02c57924 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

chore: update dependencies

parent c1f85fe6
Branches
Tags
No related merge requests found
Pipeline #3049 failed
[versions] [versions]
android-gradle-plugin = "8.7.2" android-gradle-plugin = "8.9.1"
androidx-appcompat = "1.7.0" androidx-appcompat = "1.7.0"
androidx-espresso = "3.6.1" androidx-espresso = "3.6.1"
androidx-lifecycle = "2.8.7" androidx-lifecycle = "2.8.7"
androidx-room = "2.6.1" androidx-room = "2.7.0"
androidx-test = "1.6.2" androidx-test = "1.6.2"
androidx-test-junit = "1.2.1" androidx-test-junit = "1.2.1"
dagger = "2.52" dagger = "2.52"
glide = "4.16.0" glide = "4.16.0"
kotlin = "2.0.21" kotlin = "2.1.20"
kotlinx-serialization = "1.7.3" 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" materialdialogs = "0.9.6.0"
retrofit = "2.9.0" retrofit = "2.9.0"
...@@ -20,22 +20,22 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "a ...@@ -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-appcompat-resorces = { module = "androidx.appcompat:appcompat-resources", version = "androidx-appcompat" }
androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" }
androidx-cardview = { module = "androidx.cardview:cardview", version = "1.0.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-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-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-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-reactivestreams = { module = "androidx.lifecycle:lifecycle-reactivestreams-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", 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-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-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-compiler = { module = "androidx.room:room-compiler", version.ref = "androidx-room" }
androidx-room-ktx = { module = "androidx.room:room-ktx", 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-runtime = { module = "androidx.room:room-runtime", version.ref = "androidx-room" }
androidx-room-rxjava = { module = "androidx.room:room-rxjava2", 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-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-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.0.1" }
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.1.0" } androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.1.0" }
androidx-test-core = { module = "androidx.arch.core:core-testing", version = "2.2.0" } androidx-test-core = { module = "androidx.arch.core:core-testing", version = "2.2.0" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment