We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2600bec commit 9bb34ceCopy full SHA for 9bb34ce
1 file changed
common.gradle
@@ -69,7 +69,7 @@ dependencies {
69
70
// AndroidX 库:https://github.com/androidx/androidx
71
// 更新日志:https://developer.android.google.cn/jetpack/androidx/releases/appcompat?hl=zh-cn
72
- implementation 'androidx.appcompat:appcompat:1.4.2'
+ implementation 'androidx.appcompat:appcompat:1.7.1'
73
// Material 库:https://github.com/material-components/material-components-android
74
- implementation 'com.google.android.material:material:1.6.1'
+ implementation 'com.google.android.material:material:1.13.0'
75
}
0 commit comments