aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-02-29 22:30:16 -0800
committerGitHub <noreply@github.com>2020-02-29 22:30:16 -0800
commit0e014a2fc3afb5bedfc60da45d0d049f2bbe50ac (patch)
treee54e5788b9dcad79d9786ded9af1281eba44390a /docs
parente5cc1f1d5473ffa5fe5fc806e6c86ef354535ab1 (diff)
parentd84ecd1fa6b103b5afaa1ecaff35738a453b8925 (diff)
downloadkau-0e014a2fc3afb5bedfc60da45d0d049f2bbe50ac.tar.gz
kau-0e014a2fc3afb5bedfc60da45d0d049f2bbe50ac.tar.bz2
kau-0e014a2fc3afb5bedfc60da45d0d049f2bbe50ac.zip
Merge pull request #250 from AllanWang/versions
Versions
Diffstat (limited to 'docs')
-rw-r--r--docs/Migration.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Migration.md b/docs/Migration.md
index 0941667..7d50456 100644
--- a/docs/Migration.md
+++ b/docs/Migration.md
@@ -18,6 +18,11 @@ meaning that in memory preferences will reset to default. Previously, in memory
`configBuilder` was previously required in the constructor, but is now an open function so that activity fields can be used in the builder.
+## Gradle
+
+* Due to Spotless updates, gradle should not include the `clean` task ([#521](https://github.com/diffplug/spotless/issues/521)).
+* `buildToolsVersion` is already included in Android Studio, so you no longer need to specify the link with KAU.
+
# v5.1.0
## KPref