From b83c5adc5791f68daef7c73d1e255679b6256fb4 Mon Sep 17 00:00:00 2001 From: Niek Haarman Date: Sun, 7 Apr 2019 14:16:04 +0200 Subject: [PATCH] Update android-junit5 plugin to 1.4.0.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2646d0fb..89ceed92 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:3.3.2") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") - classpath("de.mannodermaus.gradle.plugins:android-junit5:1.3.2.0") + classpath("de.mannodermaus.gradle.plugins:android-junit5:1.4.0.0") classpath("com.adarshr:gradle-test-logger-plugin:1.6.0") classpath("org.jetbrains.dokka:dokka-gradle-plugin:0.9.17") classpath("org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17")