diff options
author | Allan Wang <me@allanwang.ca> | 2018-09-07 14:42:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-07 14:42:37 -0400 |
commit | 718a51ed00a0a5c3dc7a655e617308e82da65d1a (patch) | |
tree | 970783021ea2e21135a63fa888240f8dd3e8d543 /docs/Changelog.md | |
parent | 6af0c6f7671898d0756c2e63dd17e830a2389885 (diff) | |
download | kau-718a51ed00a0a5c3dc7a655e617308e82da65d1a.tar.gz kau-718a51ed00a0a5c3dc7a655e617308e82da65d1a.tar.bz2 kau-718a51ed00a0a5c3dc7a655e617308e82da65d1a.zip |
Fix up cutoutview setup (#160)
* Fix up cutoutview setup
* Update gradle plugin versions
* Update kotlin gradle version
* Update canvas dimensions
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index aeb119a..a93b4c8 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -5,6 +5,7 @@ * Fix new lint issues (see Migration for resource related methods) * :adapter: Add more IAdapter functions to help retrieve selections * :core: Add deprecation warning to bindView for fragment based extensions; use bindViewResettable instead +* :kpref-activity: Fix seekbar increment ## v3.7.1 * Update appcompat to 27.1.0 |