Skip to content

Commit 9bb34ce

Browse files
committed
升级 AndroidX 版本到 1.7.1
升级 Material 版本到 1.13.0
1 parent 2600bec commit 9bb34ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969

7070
// AndroidX 库:https://github.com/androidx/androidx
7171
// 更新日志:https://developer.android.google.cn/jetpack/androidx/releases/appcompat?hl=zh-cn
72-
implementation 'androidx.appcompat:appcompat:1.4.2'
72+
implementation 'androidx.appcompat:appcompat:1.7.1'
7373
// Material 库:https://github.com/material-components/material-components-android
74-
implementation 'com.google.android.material:material:1.6.1'
74+
implementation 'com.google.android.material:material:1.13.0'
7575
}

0 commit comments

Comments
 (0)