From e31cd1377129b29d52b4faa2ff2bfecdcc468bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:39:29 +0000 Subject: [PATCH] build(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/build.gradle | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/build.gradle b/demo/build.gradle index fb00f544f..cc6d95e22 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -53,7 +53,7 @@ dependencies { // [START_EXCLUDE silent] implementation project(':library') - implementation 'androidx.appcompat:appcompat:1.7.0-beta01' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3" diff --git a/library/build.gradle b/library/build.gradle index e2227a066..d434d76f5 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -66,7 +66,7 @@ dependencies { // We are adding api() for the Maps SDK for Android, so it propagates to the app-level modules. api 'com.google.android.gms:play-services-maps:18.2.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.core:core-ktx:1.13.1' lintPublish project(':lint-checks') testImplementation 'junit:junit:4.13.2'