From 32e8d9e0ffbc416526e128566bc9adfd036676f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:18:16 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.7.0-alpha03 to 1.7.0 Bumps androidx.appcompat:appcompat from 1.7.0-alpha03 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle.kts | 2 +- feature/TreeView/build.gradle.kts | 2 +- feature/appwrite/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 504dcb1eb..85c52c2b9 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -47,7 +47,7 @@ android { } dependencies { - implementation("androidx.appcompat:appcompat:1.7.0-alpha03") + implementation("androidx.appcompat:appcompat:1.7.0") implementation("androidx.databinding:viewbinding:8.5.0-alpha02") "prodImplementation"(projects.feature.appwrite) diff --git a/feature/TreeView/build.gradle.kts b/feature/TreeView/build.gradle.kts index 717958b99..e85db5cc4 100644 --- a/feature/TreeView/build.gradle.kts +++ b/feature/TreeView/build.gradle.kts @@ -41,6 +41,6 @@ android { dependencies { implementation("androidx.core:core-ktx:1.13.0-beta01") - implementation("androidx.appcompat:appcompat:1.7.0-alpha03") + implementation("androidx.appcompat:appcompat:1.7.0") implementation("com.google.android.material:material:1.12.0-beta01") } diff --git a/feature/appwrite/build.gradle.kts b/feature/appwrite/build.gradle.kts index 4b09e1efe..0ace927fd 100644 --- a/feature/appwrite/build.gradle.kts +++ b/feature/appwrite/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation("com.google.code.gson:gson:2.10.1") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0-alpha03") - implementation("androidx.appcompat:appcompat:1.7.0-alpha03") + implementation("androidx.appcompat:appcompat:1.7.0") implementation("androidx.fragment:fragment-ktx:1.7.0-beta01") implementation("androidx.activity:activity-ktx:1.9.0-beta01") implementation("androidx.browser:browser:1.8.0")