1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-12 08:53:12 +00:00

bump junit to version 4.13

This commit is contained in:
Christian Schabesberger
2020-09-16 16:47:51 +02:00
parent 4a2d73cb16
commit baf7327782
+1 -1
View File
@@ -16,7 +16,7 @@ dependencies {
}
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
testImplementation "junit:junit:4.12"
testImplementation "junit:junit:4.13"
}
allOpen {