From 7507dc2f13b596c146ec46248717b55b4fac31d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 11:09:56 +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] --- 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..9ec0133ef 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") 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..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")