Skip to content

Commit

Permalink
chore(deps): bump com.diffplug.gradle.spotless from 3.26.1 to 3.… (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityastic authored and iamareebjamal committed Jan 4, 2020
1 parent fa469c7 commit 89d496e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.diffplug.gradle.spotless" version "3.26.1"
id "com.diffplug.gradle.spotless" version "3.27.0"
}
apply plugin: "com.github.b3er.local.properties"
apply plugin: 'com.android.application'
Expand Down
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@ allprojects {
google()
jcenter()
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}
}

0 comments on commit 89d496e

Please sign in to comment.