diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-22 22:10:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-22 22:10:16 -0700 |
commit | cd4799b7b93c542e1d8204a32b6d43df7e5d1191 (patch) | |
tree | 70945ddab3e46fae987943fb66af9249834c8fde /sample/src/main | |
parent | bfba246d84aa6a22bc02837f9fcbd97780867d10 (diff) | |
parent | 996f111dbd36b636d004f0706b88c5b1e31af246 (diff) | |
download | kau-cd4799b7b93c542e1d8204a32b6d43df7e5d1191.tar.gz kau-cd4799b7b93c542e1d8204a32b6d43df7e5d1191.tar.bz2 kau-cd4799b7b93c542e1d8204a32b6d43df7e5d1191.zip |
Merge pull request #222 from AllanWang/swipe-enhancement
Swipe enhancement
Diffstat (limited to 'sample/src/main')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 5fee3cb..7baecd8 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -15,6 +15,9 @@ <item text=":adapter: Make NoAnimatorChange an object; previously a class" /> <item text=":core: KPref now supports in memory only variants for testing; pass KPrefBuilderInMemory to KPref constructor" /> <item text=":core: KPref initializer takes in SharedPreferences so user can configure it" /> + <item text="" /> + <item text="" /> + <item text="" /> <version title="v5.0.0" /> <item text="Update Android SDK to 29 and Kotlin to 1.3.31" /> |