diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e0330f90bc..68f0b77126 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ accompanist = "0.34.0" androidx-benchmark = "1.2.4" androidx-complications-data = "1.2.1" androidx-constraintlayout-compose = "1.0.1" -androidx-concurrent = "1.1.0" +androidx-concurrent = "1.2.0" androidx-datastore = "1.1.1" androidx-health-services = "1.0.0-rc02" androidx-hilt = "1.2.0" @@ -14,8 +14,8 @@ androidx-test-runner = "1.6.0-rc01" androidx-wear-watchface = "1.2.1" androidxActivity = "1.9.0" androidxCore = "1.13.1" -androidxLifecycle = "2.8.1" -androidxNavigation = "2.8.0-beta02" +androidxLifecycle = "2.8.2" +androidxNavigation = "2.8.0-beta03" androidxPhoneInteractions = "1.1.0-alpha04" androidxRemoteInteractions = "1.1.0-alpha02" androidxStartup = "1.1.1" @@ -28,9 +28,9 @@ annotation = "1.0.1" app-cash-turbine = "1.1.0" com-squareup-okhttp3 = "5.0.0-alpha.14" com-squareup-retrofit2 = "2.11.0" -compose = "1.7.0-beta02" +compose = "1.7.0-beta03" compose-compiler = "1.5.14" -compose-material3 = "1.3.0-beta02" +compose-material3 = "1.3.0-beta03" composesnapshot = "-" dependencyAnalysis = "1.32.0" dokka = "1.9.20" @@ -56,7 +56,7 @@ runtimeTracing = "1.0.0-beta01" spotless = "6.25.0" tiles-tooling-preview = "1.3.0" truth = "1.4.2" -wearcompose = "1.4.0-beta02" +wearcompose = "1.4.0-beta03" wearToolingPreview = "1.0.0" appcompat = "1.7.0" material = "1.12.0" @@ -139,7 +139,7 @@ coil-test = { module = "io.coil-kt:coil-test", version.ref = "io-coil-kt" } com-squareup-okhttp3-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "com-squareup-okhttp3" } com-squareup-okhttp3-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "com-squareup-okhttp3" } com-squareup-okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "com-squareup-okhttp3" } -compose-bom = "androidx.compose:compose-bom:2024.05.00" +compose-bom = "androidx.compose:compose-bom:2024.06.00" compose-foundation-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" } compose-foundation-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "compose" } compose-material-iconscore = { module = "androidx.compose.material:material-icons-core", version.ref = "compose" } diff --git a/settings.gradle.kts b/settings.gradle.kts index a5819e1a0f..9a1545ad47 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -15,7 +15,7 @@ */ plugins { - id("com.gradle.develocity") version "3.17.4" + id("com.gradle.develocity") version "3.17.5" } develocity {