From de27139d1f0fbde29c3024d4a70ec1e33d8cf101 Mon Sep 17 00:00:00 2001 From: HotarunIchijou Date: Thu, 14 Dec 2023 23:48:22 +0300 Subject: [PATCH] bump com.android.material to 1.11.0 and androidx.activity to 1.8.2 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7cb8df61d..4360b1e6e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -92,7 +92,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.core:core-ktx:1.12.0' - implementation 'androidx.activity:activity-ktx:1.8.1' + implementation 'androidx.activity:activity-ktx:1.8.2' implementation 'androidx.fragment:fragment-ktx:1.6.2' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2' implementation 'androidx.lifecycle:lifecycle-service:2.6.2' @@ -103,7 +103,7 @@ dependencies { implementation 'androidx.viewpager2:viewpager2:1.1.0-beta02' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.biometric:biometric-ktx:1.2.0-alpha05' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.lifecycle:lifecycle-common-java8:2.6.2' implementation 'androidx.work:work-runtime:2.9.0'