From 0512bb8b43a159551c9375ceb5ce899d080d1aeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 05:47:15 +0000 Subject: [PATCH] Update dependency androidx.appcompat:appcompat to v1.6.1 --- app/build.gradle | 2 +- universal_adapter/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8be4a5d..2ebdf2f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation project(':universal_adapter') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.core:core-ktx:1.6.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.1' diff --git a/universal_adapter/build.gradle b/universal_adapter/build.gradle index 8e939d2..61f7066 100644 --- a/universal_adapter/build.gradle +++ b/universal_adapter/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.3.2' - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.3.0' //testImplementation 'junit:junit:4.13.2' //androidTestImplementation 'androidx.test.ext:junit:1.1.2'