diff options
author | Allan Wang <me@allanwang.ca> | 2018-02-13 16:53:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-13 16:53:41 -0500 |
commit | e9111feb62bf245309d1ffde9f8579195d8f6449 (patch) | |
tree | d99509f5759b542484e4663e8a6d33b92a74057f /sample | |
parent | cdb1bd6eec2c90abc9d3d982814552443c7fc3b2 (diff) | |
download | kau-e9111feb62bf245309d1ffde9f8579195d8f6449.tar.gz kau-e9111feb62bf245309d1ffde9f8579195d8f6449.tar.bz2 kau-e9111feb62bf245309d1ffde9f8579195d8f6449.zip |
Reorder final override (#136)
Diffstat (limited to 'sample')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index d668eb6..31163d0 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,6 +6,10 @@ <item text="" /> --> + <version title="v3.6.4" /> + <item text="Update documentation" /> + <item text="" /> + <version title="v3.6.3" /> <item text=":core: Check for tablet in email builder" /> <item text=":kpref-activity: Simplify internal code and add better encapsulation" /> @@ -13,8 +17,6 @@ <item text="Add Chinese, Indonesian, Norwegian, Polish, Thai, and Turkish translations" /> <item text="Add back git versioning" /> <item text="Created gradle plugin for getting version updates" /> - <item text="" /> - <item text="" /> <version title="v3.6.2" /> <item text=":core: Pass null instead of bundle if bundle is empty for startActivity" /> |