diff options
Diffstat (limited to 'sample/src')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 8a3f011..2b78784 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,6 +6,12 @@ <item text="" /> --> + <version title="v3.6.3" /> + <item text="Add Chinese, Indonesian, Norwegian, Polish, Thai, and Turkish translations" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> <version title="v3.6.2" /> <item text=":core: Pass null instead of bundle if bundle is empty for startActivity" /> @@ -13,8 +19,6 @@ <item text=":core: Create more bundle utils to help with shared transition elements" /> <item text=":searchview: Add better encapsulation and use view location" /> <item text=":searchview: Add textClearedCallback" /> - <item text="" /> - <item text="" /> <version title="v3.6.1" /> <item text=":core: [Breaking] Removed private text field and introduced lazy logging functions" /> |