diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6b30d14cae..0e5cb4e141 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.6.1" +androidx-compose-material = "1.6.3" 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.6.1" +compose = "1.6.3" compose-compiler = "1.5.6" -compose-material3 = "1.2.0" +compose-material3 = "1.2.1" composesnapshot = "-" dependencyAnalysis = "1.28.0" dokka = "1.9.10" @@ -43,14 +43,14 @@ gradlePublishPlugin = "0.27.0" io-coil-kt = "2.5.0" junit = "4.13.2" kotlin = "1.9.21" -kotlinxCoroutine = "1.7.3" +kotlinxCoroutine = "1.8.0" ksp = "1.9.21-1.0.16" ktlint = "0.50.0" 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" @@ -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" } @@ -141,7 +141,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" } @@ -173,7 +173,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" }