mirror of https://github.com/Genymobile/scrcpy
Upgrade JUnit to 4.13
This commit is contained in:
parent
904d470579
commit
ea12783bbc
|
@ -20,7 +20,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'junit:junit:4.13'
|
||||
}
|
||||
|
||||
apply from: "$project.rootDir/config/android-checkstyle.gradle"
|
||||
|
|
Loading…
Reference in New Issue