gradle: bump checkstyle, robolectric and PMD versions

All minor bugfix releases.
This commit is contained in:
Daniel Martí 2016-07-31 16:41:25 +02:00
parent a31fb068ae
commit 217bde1290
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ android {
}
checkstyle {
toolVersion = '7.0'
toolVersion = '7.1'
}
task checkstyle(type: Checkstyle) {

View File

@ -41,7 +41,7 @@ dependencies {
testCompile 'junit:junit:4.12'
testCompile "org.robolectric:robolectric:3.1"
testCompile "org.robolectric:robolectric:3.1.1"
testCompile "org.mockito:mockito-core:1.10.19"
@ -209,7 +209,7 @@ android {
}
checkstyle {
toolVersion = '7.0'
toolVersion = '7.1'
}
task checkstyle(type: Checkstyle) {
@ -221,7 +221,7 @@ task checkstyle(type: Checkstyle) {
}
pmd {
toolVersion = '5.5.0'
toolVersion = '5.5.1'
consoleOutput = true
}