Skip to content

Commit

Permalink
Update spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Oct 4, 2020
1 parent f95afa3 commit 61eeb7b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions buildSrc/src/main/kotlin/kau/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ object Versions {
// https://mvnrepository.com/artifact/androidx.test/rules?repo=google
const val testRules = "1.3.0"

// Keep version for now, see https://github.com/diffplug/spotless/issues/521
// https://github.com/diffplug/spotless/blob/master/plugin-gradle/CHANGES.md
const val spotless = "3.28.0"
const val spotless = "5.5.1"

// https://github.com/bugsnag/bugsnag-android/releases
const val bugsnag = "5.2.0"
Expand Down
4 changes: 4 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v6.1.0
* Add support for Android 4.1 RC03
* Breaking: Updated iconics and buganizer dependencies

## v6.0.0
* Add support for Android 4.1.x
* Add major version library updates (FastAdapter, AboutLibrary, Iconics)
Expand Down
2 changes: 1 addition & 1 deletion sample/src/main/res/xml/kau_changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<version title="v6.1.0" />
<item text="Add support for Android 4.1 RC03" />
<item text="Breaking: Updated iconics and buganizer dependencies" />
<item text="Breaking: Updated iconics, buganizer, and spotless dependencies (major version bump)" />

<version title="v6.0.0" />
<item text="Add support for Android 4.1.x" />
Expand Down
2 changes: 1 addition & 1 deletion spotless.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply plugin: "com.diffplug.gradle.spotless"
apply plugin: "com.diffplug.spotless"

spotless {
kotlin {
Expand Down

0 comments on commit 61eeb7b

Please sign in to comment.