diff options
author | Allan Wang <me@allanwang.ca> | 2020-02-29 18:19:47 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-02-29 18:19:47 -0800 |
commit | 4f34109fe93ba4654be19bbe37fcd30c76a0b9c7 (patch) | |
tree | 923244d33bbf3d5d294eb776cac4200707d4ef47 /docs | |
parent | eb4c4ae2aa084179881dac92bb3469f326545e04 (diff) | |
download | kau-4f34109fe93ba4654be19bbe37fcd30c76a0b9c7.tar.gz kau-4f34109fe93ba4654be19bbe37fcd30c76a0b9c7.tar.bz2 kau-4f34109fe93ba4654be19bbe37fcd30c76a0b9c7.zip |
Add leak canary
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Migration.md | 5 |
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 |