diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index a5d0ea9..f6ec799 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -10,9 +10,9 @@ <item text="Update everything to Android Studio 3.1" /> <item text="Fix new lint issues (see Migration for resource related methods)" /> <item text=":adapter: Add more IAdapter functions to help retrieve selections" /> - <item text=":core: Add deprecation warning to bindView for fragment based extensions; use bindViewResettable instead" /> + <item text=":core: Deprecate Kotterknife; use kotlin_android_extensions" /> <item text=":kpref-activity: Fix seekbar increment" /> - <item text="" /> + <item text=":core: Make KPref use Set<String> vs StringSet" /> <item text="" /> <version title="v3.7.1" /> |