「Change」

统一gradle依赖配置信息

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-06-23 15:43:26 +08:00
parent 2e78efc4e9
commit 204e239ca6
5 changed files with 10 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ dependencies {
implementation rootProject.ext.dependencies.material
implementation rootProject.ext.dependencies.androidxconstraintlayout
implementation rootProject.ext.dependencies.androidxappcompat
implementation 'androidx.recyclerview:recyclerview:1.2.0'
implementation rootProject.ext.dependencies.androidxrecyclerview
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'