diff options
author | Allan Wang <me@allanwang.ca> | 2021-09-11 13:44:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 13:44:39 -0700 |
commit | 777d22a2cd252c0cb6f6898c57b5e565f90d59a6 (patch) | |
tree | 82f18c8758e341ccc189e406da2c819c18ccf819 /sample/src/main/res/xml | |
parent | 6492c0c9c1c008dc8cbd43ee5955d9955c782d91 (diff) | |
parent | f406b888ff2108dee310260c29af8c3c2cce4f2d (diff) | |
download | kau-777d22a2cd252c0cb6f6898c57b5e565f90d59a6.tar.gz kau-777d22a2cd252c0cb6f6898c57b5e565f90d59a6.tar.bz2 kau-777d22a2cd252c0cb6f6898c57b5e565f90d59a6.zip |
Merge pull request #262 from AllanWang/version
Diffstat (limited to 'sample/src/main/res/xml')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index c1648b0..2d47332 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,8 +6,13 @@ <item text="" /> --> + <version title="v6.3.0" /> + <item text="Add support for Arctic Fox 2020.3.1" /> + <item text="Move to new maven release system" /> + <item text="Many version bumps" /> + <version title="v6.2.0" /> - <item text="Add support for Android 4.2" /> + <item text="Add support for Android Studio 4.2" /> <item text="Remove all usages of kotlin synthetics" /> <item text="Many version bumps" /> <item text="Added Hilt dep" /> |