diff options
author | Allan Wang <me@allanwang.ca> | 2018-03-11 15:09:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-11 15:09:54 -0400 |
commit | e97db5c6529b1e12effc7141f277bd41d3fb580a (patch) | |
tree | 25c04d522cd423551295a7e1a51327fd2268767a /sample/src | |
parent | 0e402b4e745a0017b5d21ee0b3676099eb477d28 (diff) | |
download | kau-e97db5c6529b1e12effc7141f277bd41d3fb580a.tar.gz kau-e97db5c6529b1e12effc7141f277bd41d3fb580a.tar.bz2 kau-e97db5c6529b1e12effc7141f277bd41d3fb580a.zip |
Update versions (#142)
* Update versions
* Update nullability
* Update nullability 2
* Update changelog
Diffstat (limited to 'sample/src')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 99af5e7..cb59c23 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,6 +6,9 @@ <item text="" /> --> + <version title="v3.7.1" /> + <item text="Update appcompat to 27.1.0" /> + <version title="v3.7.0" /> <item text=":core: Fix potential NPE in restart()" /> <item text=":core: Create restartApplication()" /> @@ -13,7 +16,6 @@ <item text=":colorpicker: Added more encapsulation to CircleView (selected -> colorSelected; all others are private)" /> <item text=":adapter: [Breaking] update fastadapter; click listeners now have nullable views" /> <item text="Update documentation" /> - <item text="" /> <version title="v3.6.3" /> <item text=":core: Check for tablet in email builder" /> |