Skip to content

Commit

Permalink
Update gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Mar 10, 2019
1 parent 93898eb commit 2f18458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.3'
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.4'
}
}

Expand Down
2 changes: 1 addition & 1 deletion versioncompare/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
}

jacoco {
toolVersion = "0.8.2"
toolVersion = "0.8.3"
}

jacocoAndroidUnitTestReport {
Expand Down

0 comments on commit 2f18458

Please sign in to comment.