diff options
author | Allan Wang <me@allanwang.ca> | 2021-04-17 14:49:13 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-04-17 14:49:13 -0700 |
commit | d499319ee1bae96db4d57535bed352db075e8991 (patch) | |
tree | b2c8d34d0e467fb579f87228cc44fc9e435fae95 /sample/src | |
parent | 6c4d3c203ab87d4d4cc3b86bf4e55c40b18cff96 (diff) | |
download | kau-d499319ee1bae96db4d57535bed352db075e8991.tar.gz kau-d499319ee1bae96db4d57535bed352db075e8991.tar.bz2 kau-d499319ee1bae96db4d57535bed352db075e8991.zip |
Update changelog
Diffstat (limited to 'sample/src')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index fc56b2d..c1648b0 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -7,10 +7,10 @@ --> <version title="v6.2.0" /> - <item text="Add support for Android 4.2 beta03" /> + <item text="Add support for Android 4.2" /> <item text="Remove all usages of kotlin synthetics" /> <item text="Many version bumps" /> - <item text="" /> + <item text="Added Hilt dep" /> <version title="v6.1.0" /> <item text="Add support for Android 4.1 RC03" /> @@ -33,7 +33,7 @@ <item text=":core: Remove statusBarLight toggle" /> <item text=":core: Remove kau_status_bar_height; height should be found programmatically" /> <item text=":fastadapter: Migrate fastadapter to v4.x.x" /> - <item text=":fastadapter-viewbinding: Create helper items for ViewBinding" />g + <item text=":fastadapter-viewbinding: Create helper items for ViewBinding" /> <item text="Update translations" /> <version title="v5.1.0" /> |