Skip to content

Commit

Permalink
Update android-junit5 plugin to 1.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Apr 7, 2019
1 parent 9c3ca50 commit b83c5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -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")
Expand Down

0 comments on commit b83c5ad

Please sign in to comment.