diff options
-rw-r--r-- | buildSrc/src/main/kotlin/kau/Versions.kt | 3 | ||||
-rw-r--r-- | docs/Changelog.md | 4 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 2 | ||||
-rw-r--r-- | spotless.gradle | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt index 3e65cad..c0118bc 100644 --- a/buildSrc/src/main/kotlin/kau/Versions.kt +++ b/buildSrc/src/main/kotlin/kau/Versions.kt @@ -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" diff --git a/docs/Changelog.md b/docs/Changelog.md index cb21ff1..fb05320 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -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) diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index f4a82bd..e88d697 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -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" /> diff --git a/spotless.gradle b/spotless.gradle index 22dba3a..2947489 100644 --- a/spotless.gradle +++ b/spotless.gradle @@ -1,4 +1,4 @@ -apply plugin: "com.diffplug.gradle.spotless" +apply plugin: "com.diffplug.spotless" spotless { kotlin { |