Skip to content

Commit 0e88f74

Browse files
build(lite): 升级 Google Material Design 库版本
-将 com.google.android.material:material版本从 1.10.0 升级到 1.12.0
1 parent e8b3cdc commit 0e88f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lite/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
dependencies {
3939
implementation 'androidx.core:core-ktx:1.13.1'
4040
implementation 'androidx.appcompat:appcompat:1.7.0'
41-
implementation 'com.google.android.material:material:1.10.0'
41+
implementation 'com.google.android.material:material:1.12.0'
4242
implementation 'androidx.cardview:cardview:1.0.0'
4343
implementation 'androidx.recyclerview:recyclerview:1.3.2'
4444
implementation 'com.squareup.retrofit2:adapter-rxjava:2.8.1'

0 commit comments

Comments
 (0)