diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 44265d65..bd073f8d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,21 +1,21 @@ [versions] agp = "8.13.0" -annotations = "1.9.1" +annotations = "1.10.0" appcompat = "1.7.1" -browser = "1.9.0" +browser = "1.10.0" coil = "3.3.0" compileSdk = "36" -compose-bom = "2025.10.00" +compose-bom = "2026.06.01" compose-maps = "6.12.1" -compose-navigation2 = "2.9.5" -compose-navigation3 = "1.0.0-beta01" -core = "1.17.0" +compose-navigation2 = "2.9.8" +compose-navigation3 = "1.2.0-alpha05" +core = "1.19.0" coroutines = "1.10.2" -datastore-preferences = "1.1.7" +datastore-preferences = "1.2.1" gradle-versions = "0.53.0" hilt = "2.57.2" -hilt-navigation-compose = "1.3.0" -hilt-work = "1.3.0" +hilt-navigation-compose = "1.4.0" +hilt-work = "1.4.0" javax-inject = "1" junit = "4.13.2" junit-ext = "1.3.0" @@ -23,21 +23,21 @@ kotlin = "2.2.20" kotlin-ksp = "2.2.20-2.0.3" kotlinSerialization = "1.9.0" ktor = "3.3.1" -lifecycle = "2.9.4" +lifecycle = "2.11.0" material = "1.13.0" minSdk = "26" mockk = "1.14.6" -paging = "3.3.6" +paging = "3.5.0" paparazzi = "2.0.0-alpha02" result = "2.1.0" -room = "2.8.2" +room = "2.8.4" secrets = "2.0.1" -splashscreen = "1.2.0-rc01" +splashscreen = "1.2.0" targetSdk = "36" test-runner = "1.7.0" truth = "1.4.5" turbine = "1.2.1" -work = "2.10.5" +work = "2.11.2" [libraries] annotations = { group = "androidx.annotation", name = "annotation", version.ref = "annotations" }