chore(gradle):update some dependency

This commit is contained in:
ZCShou 2022-11-13 07:30:08 +08:00
parent 4d7bd6c053
commit b60b290c17
No known key found for this signature in database
GPG Key ID: 40F856243C184EAB

View File

@ -113,9 +113,9 @@ dependencies {
implementation 'io.noties.markwon:core:4.6.2'
implementation files('libs/BaiduLBS_Android.jar')
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation('androidx.test.espresso:espresso-core:3.4.0', {
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test:runner:1.5.1'
androidTestImplementation('androidx.test.espresso:espresso-core:3.5.0', {
exclude group: 'com.android.support', module: 'support-annotations'
})
}