From dbf150c53c976aed11ac1b000db70cb598bbeac0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 20:00:06 +0000 Subject: [PATCH] fix(deps): update androidx to v1.2.0 --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 477e6258e..81cf39555 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { kotlin("plugin.serialization") version "1.9.10" apply false id("com.android.library") version "8.1.2" apply false id("com.android.test") version "8.1.2" apply false - id("androidx.baselineprofile") version "1.2.0-rc02" apply false + id("androidx.baselineprofile") version "1.2.0" apply false id("app.cash.paparazzi") version "1.3.1" apply false id("com.google.firebase.appdistribution") version "4.0.0" apply false id("com.vanniktech.maven.publish.base") version "0.25.3" apply false diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7cc600619..f507a1a96 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ android-lint-impl = { module = "com.android.tools.lint:lint", version.ref = "and android-lint-tests = { module = "com.android.tools.lint:lint-tests", version.ref = "android-lint" } androidx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" } androidx-activityComposeCatalog = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityComposeCatalog" } -androidx-benchmark-macro = { module = "androidx.benchmark:benchmark-macro-junit4", version = "1.2.0-rc02" } +androidx-benchmark-macro = { module = "androidx.benchmark:benchmark-macro-junit4", version = "1.2.0" } androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidx-core" } androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "androidx-constraint-layout" } androidx-customView = { module = "androidx.customview:customview", version = "1.1.0" }