Browse Source

Bump jacoco-android from 0.1.3 to 0.1.4

Bumps jacoco-android from 0.1.3 to 0.1.4.

Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] 6 years ago
parent
commit
414b31c507
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -16,7 +16,7 @@ buildscript {
     }
     dependencies {
         classpath 'com.android.tools.build:gradle:3.3.1'
-        classpath('com.dicedmelon.gradle:jacoco-android:0.1.3') {
+        classpath('com.dicedmelon.gradle:jacoco-android:0.1.4') {
             exclude group: 'org.codehaus.groovy', module: 'groovy-all'
         }
     }