From ed1fbf2304e0d737592e03a7bdfca1d644f8c957 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 5 Mar 2024 14:23:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9material=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=B8=BA1.6.1=EF=BC=88aab=E8=BD=ACapks=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module_base.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_base.gradle b/module_base.gradle index 902afce..9062e29 100644 --- a/module_base.gradle +++ b/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'