From 1cff485094290418896e06d85c614b56643de9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 23:06:42 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.3.1 to 1.6.1 Bumps androidx.appcompat:appcompat from 1.3.1 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 657c721..5a7e583 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -58,7 +58,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib:1.5.31") implementation("androidx.core:core-ktx:1.7.0") - implementation("androidx.appcompat:appcompat:1.3.1") + implementation("androidx.appcompat:appcompat:1.6.1") implementation("com.google.android.material:material:1.4.0") implementation("androidx.constraintlayout:constraintlayout:2.1.1") implementation("androidx.legacy:legacy-support-v4:1.0.0") @@ -96,7 +96,7 @@ dependencies { // activity & fragment ktx implementation("androidx.fragment:fragment-ktx:1.3.6") implementation("androidx.activity:activity-ktx:1.4.0") - implementation("androidx.appcompat:appcompat:1.4.0-rc01") + implementation("androidx.appcompat:appcompat:1.6.1") // Lottie Animation Library implementation("com.airbnb.android:lottie:4.2.0")