diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-07 13:11:45 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-06-07 13:11:45 -0400 |
commit | 77be91c57b36ae85b6be34d3db864fcd63661018 (patch) | |
tree | ed5a31772d4c59f072f51afde12ae91d71b877dc /docs/Migration.md | |
parent | e3a8afc8ec7e99899303de5dc715a1c4ef8fb675 (diff) | |
download | kau-77be91c57b36ae85b6be34d3db864fcd63661018.tar.gz kau-77be91c57b36ae85b6be34d3db864fcd63661018.tar.bz2 kau-77be91c57b36ae85b6be34d3db864fcd63661018.zip |
Add deprecation annotations for network utils
Diffstat (limited to 'docs/Migration.md')
-rw-r--r-- | docs/Migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Migration.md b/docs/Migration.md index b8d5715..203dc1d 100644 --- a/docs/Migration.md +++ b/docs/Migration.md @@ -13,7 +13,7 @@ Please refer to [MD's documents](https://github.com/afollestad/material-dialogs/ Alongside such changes, `:colorpicker` is no longer as necessary. It exists mainly to provide an internal interface for other submodules. After Material Dialog 2.x, a decision was made to enforce theming through xml styles only to avoid reflection. -As a result, options to supply custom dialog colors are now removed. +As a result, options to supply custom dialog colors are now removed (ie in the changelog dialog and color picker kprefs). ## Update ProgressAnimator |