diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-29 18:06:56 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-08-30 12:24:19 -0400 |
commit | 33977d96c6d19a0696dcc08423baba925b219fc3 (patch) | |
tree | 752c432c30296e2780f0c9377960fbbdcff092c9 /sample/src | |
parent | 275db52ea976c86569fb4daf230a59a6f2606899 (diff) | |
download | kau-33977d96c6d19a0696dcc08423baba925b219fc3.tar.gz kau-33977d96c6d19a0696dcc08423baba925b219fc3.tar.bz2 kau-33977d96c6d19a0696dcc08423baba925b219fc3.zip |
Feature/gradle 4.x (#47)
* Update to api and implementation
* Update gradle
* Add missing dependency
* Update readme
* Update external dependencies
Diffstat (limited to 'sample/src')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 1d46757..87611f8 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -5,13 +5,16 @@ <version title="v"/> <item text="" /> --> - + + <version title="v3.4.0"/> + <item text="Update to gradle 4.x; api and implementation rather than compile" /> + <item text="Update dependencies" /> + <item text="" /> + <item text="" /> + <version title="v3.3.2"/> <item text=":kpref-activity: Add visibility toggle to Core contract. Items can override this to show/hide given preferences based on boolean callbacks." /> <item text=":kpref-activity: Add width constraint for long text items" /> - <item text="" /> - <item text="" /> - <item text="" /> <version title="v3.3.1"/> <item text=":core: Open up all logger functions" /> |