From 09f7c47beac47eef4b663df542882a9a3aa2147d Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 15 Dec 2023 14:44:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=B0=83=E4=BD=8Ematerial=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=BA1.6.1=EF=BC=88aab=E8=BD=ACapks=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=EF=BC=9F=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/lib_core/build.gradle | 2 +- modules/module_base.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/lib_core/build.gradle b/libs/lib_core/build.gradle index 3e3d444b9..cf7b47721 100644 --- a/libs/lib_core/build.gradle +++ b/libs/lib_core/build.gradle @@ -9,7 +9,7 @@ dependencies { api project(path: ":libs:lib_utils") api 'androidx.constraintlayout:constraintlayout:2.1.4' - api 'com.google.android.material:material:1.8.0' + api 'com.google.android.material:material:1.6.1' api 'androidx.recyclerview:recyclerview:1.3.0' api 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2' api 'androidx.lifecycle:lifecycle-extensions:2.2.0' diff --git a/modules/module_base.gradle b/modules/module_base.gradle index 902afce0e..9062e29d9 100644 --- a/modules/module_base.gradle +++ b/modules/module_base.gradle @@ -41,7 +41,7 @@ android { } dependencies { - implementation 'com.google.android.material:material:1.8.0' + implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.1'