mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-13 21:00:55 +08:00
chore(gradle):update some dependency
This commit is contained in:
parent
4d7bd6c053
commit
b60b290c17
@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user