diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-13 13:51:52 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-06-13 13:51:52 -0700 |
commit | e1849c9c633047979d8017262041e925ec3bd219 (patch) | |
tree | f1cc813655513195f118948c2cef28de649f4e47 /sample/src/main | |
parent | 6f97fd5f7c528594899e66d2d8b502a20ade6f53 (diff) | |
download | kau-e1849c9c633047979d8017262041e925ec3bd219.tar.gz kau-e1849c9c633047979d8017262041e925ec3bd219.tar.bz2 kau-e1849c9c633047979d8017262041e925ec3bd219.zip |
Update to sdk 29 and update changelog
Diffstat (limited to 'sample/src/main')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 53265d0..b5ec47c 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -7,10 +7,11 @@ --> <version title="v5.0.0" /> + <item text="Update Android SDK to 29 and Kotlin to 1.3.31" /> <item text=":core: Update Material Dialogs to 3.x" /> + <item text=":core: Change ProgressAnimator API" /> <item text=":colorpicker: Strip down to just the interface; unless you require the accent palette, it may be fine to just use MD's color extension" /> - <item text="" /> - <item text="" /> + <item text=":gradle-plugin: Convert to kotlin, rework dependencies, and remove extension hooks" /> <item text="" /> <item text="" /> |