diff options
author | Allan Wang <me@allanwang.ca> | 2021-10-24 18:29:46 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-10-24 18:29:46 -0700 |
commit | 1f5079919a5707ad01492450878e574fe65db5c4 (patch) | |
tree | 4a5adfeedf84b545dcac4e63f9d451db9a7050e4 | |
parent | 222709bc15ace77ebf03e5a8e17e0bf026520970 (diff) | |
download | kau-1f5079919a5707ad01492450878e574fe65db5c4.tar.gz kau-1f5079919a5707ad01492450878e574fe65db5c4.tar.bz2 kau-1f5079919a5707ad01492450878e574fe65db5c4.zip |
Update changelog
-rw-r--r-- | docs/Changelog.md | 1 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index c93a67d..dbff38c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -4,6 +4,7 @@ * Add support for Bumblebee 2021.1.1 * Remove Koin * Many version bumps +* Update target SDK to 31 ## v6.3.0 * Add support for Arctic Fox 2020.3.1 diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 38d8180..bea7091 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -10,7 +10,7 @@ <item text="Add support for Bumblebee 2021.1.1" /> <item text="Remove Koin" /> <item text="Many version bumps" /> - <item text="" /> + <item text="Update target SDK to 31" /> <version title="v6.3.0" /> <item text="Add support for Arctic Fox 2020.3.1" /> |