From 8cf689500906a213bf9a3df78daaa196c4a6b0e9 Mon Sep 17 00:00:00 2001 From: Yuri Schimke Date: Thu, 7 Mar 2024 14:35:55 +0000 Subject: [PATCH] Bump versions on main (#2099) --- gradle/libs.versions.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c468dcd844..7b0d5f5866 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,11 +3,11 @@ accompanist = "0.34.0" androidx-benchmark = "1.2.3" androidx-complications-data = "1.2.1" androidx-constraintlayout-compose = "1.0.1" -androidx-compose-material = "1.7.0-alpha02" +androidx-compose-material = "1.7.0-alpha04" androidx-concurrent = "1.1.0" androidx-datastore = "1.0.0" androidx-health-services = "1.0.0-rc01" -androidx-hilt = "1.1.0" +androidx-hilt = "1.2.0" androidx-media3 = "1.2.1" androidx-test-espresso = "3.6.0-alpha03" androidx-test-ext = "1.2.0-alpha03" @@ -31,9 +31,9 @@ annotation = "1.0.1" app-cash-turbine = "1.0.0" com-squareup-okhttp3 = "4.12.0" com-squareup-retrofit2 = "2.9.0" -compose = "1.7.0-alpha02" +compose = "1.7.0-alpha04" compose-compiler = "1.5.9" -compose-material3 = "1.2.0" +compose-material3 = "1.3.0-alpha02" composesnapshot = "-" dependencyAnalysis = "1.28.0" dokka = "1.9.10" @@ -50,15 +50,15 @@ metalava = "0.3.5" moshi = "1.15.1" okio = "3.8.0" org-robolectric = "4.11.1" -playServicesAuth = "20.7.0" +playServicesAuth = "21.0.0" protobuf = "3.25.2" room = "2.6.1" runtimeTracing = "1.0.0-beta01" snapshot-android = "1.0.4" spotless = "6.25.0" -tiles-tooling-preview = "1.3.0-alpha04" +tiles-tooling-preview = "1.3.0" truth = "1.4.0" -wearcompose = "1.4.0-alpha02" +wearcompose = "1.4.0-alpha04" wearToolingPreview = "1.0.0" appcompat = "1.6.1" material = "1.11.0" @@ -120,7 +120,7 @@ androidx-test-espressocore = { module = "androidx.test.espresso:espresso-core", androidx-test-ext = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext" } androidx-test-ext-ktx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidx-test-ext" } androidx-test-rules = "androidx.test:rules:1.5.0" -androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.2.0" +androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0" androidx-tracing-ktx = { module = "androidx.tracing:tracing-ktx", version.ref = "androidxTracing" } androidx-tracing-perfetto = { module = "androidx.tracing:tracing-perfetto", version.ref = "androidx-tracingPerfetto" } androidx-tracing-perfetto-binary = { module = "androidx.tracing:tracing-perfetto-binary", version.ref = "androidx-tracingPerfettoBinary" } @@ -143,7 +143,7 @@ coil-svg = { module = "io.coil-kt:coil-svg", 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.02.00" +compose-bom = "androidx.compose:compose-bom:2024.02.02" compose-foundation-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidx-compose-material" } compose-foundation-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "androidx-compose-material" } compose-material-iconscore = { module = "androidx.compose.material:material-icons-core", version.ref = "androidx-compose-material" } @@ -175,7 +175,7 @@ io-grpc-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.61.1" io-grpc-grpc-kotlin = "io.grpc:grpc-kotlin-stub:1.4.1" io-grpc-grpc-android = "io.grpc:grpc-android:1.61.1" io-grpc-grpc-binder = "io.grpc:grpc-binder:1.61.1" -google-generativeai = "com.google.ai.client.generativeai:generativeai:0.1.2" +google-generativeai = "com.google.ai.client.generativeai:generativeai:0.2.1" junit = { module = "junit:junit", version.ref = "junit" } kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }