Update junit dependency 4.12 -> 4.13.2 in tests
This commit is contained in:
committed by
TeamCityServer
parent
af8faadca5
commit
317b0b4495
@@ -108,7 +108,7 @@ tasks.withType(JavaCompile) {
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['kotlin-test.jar', 'kotlin-stdlib.jar'])
|
||||
androidTestImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
||||
|
||||
android.applicationVariants.all { variant ->
|
||||
|
||||
Reference in New Issue
Block a user