chore: upgrade dependencies

androidx-lifecycle 2.7.0 -> 2.8.0
androidx-paging 3.2.1 -> 3.3.0
kotlin 1.9.23 -> 1.9.24
ksp 1.9.23-1.0.20 -> 1.9.24-1.0.20
compose-compiler 1.5.13 -> 1.5.14
This commit is contained in:
Jarne Demeulemeester 2024-05-18 22:59:42 +02:00
parent b48eb3af2f
commit b35904f149
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5
2 changed files with 5 additions and 5 deletions

View file

@ -11,6 +11,6 @@ object Versions {
val java = JavaVersion.VERSION_17
const val composeCompiler = "1.5.13"
const val composeCompiler = "1.5.14"
const val ktlint = "0.50.0"
}

View file

@ -9,10 +9,10 @@ androidx-compose-material3 = "1.2.1"
androidx-constraintlayout = "2.1.4"
androidx-core = "1.13.1"
androidx-hilt = "1.2.0"
androidx-lifecycle = "2.7.0"
androidx-lifecycle = "2.8.0"
androidx-media3 = "1.3.1"
androidx-navigation = "2.7.7"
androidx-paging = "3.2.1"
androidx-paging = "3.3.0"
androidx-preference = "1.2.1"
androidx-recyclerview = "1.3.2"
androidx-room = "2.6.1"
@ -30,9 +30,9 @@ hilt = "2.51.1"
compose-destinations = "1.10.2"
jellyfin = "1.4.7"
junit = "4.13.2"
kotlin = "1.9.23"
kotlin = "1.9.24"
kotlinx-serialization = "1.6.3"
ksp = "1.9.23-1.0.20"
ksp = "1.9.24-1.0.20"
ktlint = "12.1.0"
libmpv = "0.2.0"
material = "1.12.0"