Update JUnit plugin

This commit is contained in:
Maxr1998
2020-09-10 22:08:31 +02:00
parent cc240c4175
commit 7d3c9f449a
+2 -2
View File
@@ -9,7 +9,7 @@ buildscript {
val kotlinVersion: String by project
classpath("com.android.tools.build:gradle:4.0.1")
classpath(kotlin("gradle-plugin", kotlinVersion))
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.3.2.0")
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.6.2.0")
}
}
@@ -26,4 +26,4 @@ tasks.wrapper {
tasks.create<Delete>("clean") {
delete(rootProject.buildDir)
}
}