From 21965c3ba1a50761ebece09d997bb096f205efc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 19:21:03 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.7.0-alpha03 to 1.7.0-rc01 Bumps androidx.appcompat:appcompat from 1.7.0-alpha03 to 1.7.0-rc01. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- common/build.gradle.kts | 2 +- feature/TreeView/build.gradle.kts | 2 +- feature/appwrite/build.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9139f514f..0495bdcc9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -187,7 +187,7 @@ dependencies { implementation("com.github.haroldadmin:WhatTheStack:1.0.0-alpha04") - implementation("androidx.appcompat:appcompat:1.7.0-alpha03") + implementation("androidx.appcompat:appcompat:1.7.0-rc01") implementation("androidx.constraintlayout:constraintlayout:2.2.0-alpha13") implementation("androidx.core:core-ktx:1.13.0-beta01") implementation("androidx.core:core-splashscreen:1.1.0-alpha02") diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 504dcb1eb..862ce7c26 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-rc01") 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..9836c9d4b 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-rc01") 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..e78970eee 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-rc01") 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")