Upgrade junit to 4.13.2
This commit is contained in:
parent
bd1deffa70
commit
b51841e85d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testImplementation 'junit:junit:4.13.1'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$project.rootDir/config/android-checkstyle.gradle"
|
apply from: "$project.rootDir/config/android-checkstyle.gradle"
|
||||||
|
|
Loading…
Reference in a new issue