diff options
author | Allan Wang <me@allanwang.ca> | 2019-04-04 15:54:54 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-04-04 15:54:54 -0400 |
commit | 2d826d960469668b13e0de7642b4e9067d61ef4b (patch) | |
tree | c181d7b50d8bca74b1e2cd85357f65724fc266f3 /sample/src/main/res | |
parent | 998782a0fc0915f076d67b207ad8b1194740b605 (diff) | |
download | kau-2d826d960469668b13e0de7642b4e9067d61ef4b.tar.gz kau-2d826d960469668b13e0de7642b4e9067d61ef4b.tar.bz2 kau-2d826d960469668b13e0de7642b4e9067d61ef4b.zip |
Apply spotless and update changelog
Diffstat (limited to 'sample/src/main/res')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index be1c023..d78fcea 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,6 +6,9 @@ <item text="" /> --> + <version title="v4.0.0" /> + <item text="Update translations" /> + <version title="v4.0.0-alpha02" /> <item text="Update translations" /> <item text=":core: Remove anko dependency. Methods that used it now use coroutines; see the migration doc for minor changes" /> @@ -14,7 +17,6 @@ <item text=":core: Delete flyweight implementation. Kotlin already has getOrPut" /> <item text=":core: Introduce ContextHelper, where you can get the default looper, handler, and dispatcher for Android" /> <item text=":mediapicker: Use video preloading instead of full async loading" /> - <item text="" /> <version title="v4.0.0-alpha01" /> <item text="Migrate to androidx. See migration for external dependency changes." /> |