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 | |
parent | a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da (diff) | |
download | kau-fd2b6f6e7e29f0c333f12f60f0eaae89055ddf8b.tar.gz kau-fd2b6f6e7e29f0c333f12f60f0eaae89055ddf8b.tar.bz2 kau-fd2b6f6e7e29f0c333f12f60f0eaae89055ddf8b.zip |
Update versions (#141)3.7.0
-rw-r--r-- | buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy | 2 | ||||
-rw-r--r-- | docs/Changelog.md | 3 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy index e06aa5b..cb39421 100644 --- a/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy +++ b/buildSrc/src/main/groovy/ca/allanwang/kau/Versions.groovy @@ -10,7 +10,7 @@ class Versions { static def kotlin = '1.2.21' - static def aboutLibraries = '6.0.5' + static def aboutLibraries = '6.0.6' static def anko = '0.10.4' static def blurry = '2.1.1' static def constraintLayout = '1.1.0-beta5' diff --git a/docs/Changelog.md b/docs/Changelog.md index b4f21fd..937db20 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,10 +1,11 @@ # Changelog -## v3.6.4 +## v3.7.0 * :core: Fix potential NPE in restart() * :core: Create restartApplication() * :colorpicker: Rewrote implementation to be null and parse safe * :colorpicker: Added more encapsulation to CircleView (selected -> colorSelected; all others are private) +* :adapter: [Breaking] update fastadapter; click listeners now have nullable views * Update documentation ## v3.6.3 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="" /> |