diff options
author | Allan Wang <me@allanwang.ca> | 2018-02-23 21:16:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 21:16:50 -0500 |
commit | fd2b6f6e7e29f0c333f12f60f0eaae89055ddf8b (patch) | |
tree | e1d259640ff984d6613ce788ed026b82d49fecea /sample/src/main/res/xml | |
parent | a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da (diff) | |
download | kau-fd2b6f6e7e29f0c333f12f60f0eaae89055ddf8b.tar.gz kau-fd2b6f6e7e29f0c333f12f60f0eaae89055ddf8b.tar.bz2 kau-fd2b6f6e7e29f0c333f12f60f0eaae89055ddf8b.zip |
Update versions (#141)3.7.0
Diffstat (limited to 'sample/src/main/res/xml')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 40ca6a0..99af5e7 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,12 +6,12 @@ <item text="" /> --> - <version title="v3.6.4" /> + <version title="v3.7.0" /> <item text=":core: Fix potential NPE in restart()" /> <item text=":core: Create restartApplication()" /> <item text=":colorpicker: Rewrote implementation to be null and parse safe" /> <item text=":colorpicker: Added more encapsulation to CircleView (selected -> colorSelected; all others are private)" /> - <item text=":colorpicker:" /> + <item text=":adapter: [Breaking] update fastadapter; click listeners now have nullable views" /> <item text="Update documentation" /> <item text="" /> |