diff options
Diffstat (limited to 'sample')
-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" /> |