Skip to content

Commit

Permalink
chore(gradle):update some dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed Nov 12, 2022
1 parent 4d7bd6c commit b60b290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
})
}

0 comments on commit b60b290

Please sign in to comment.