aboutsummaryrefslogtreecommitdiff
path: root/docs/Migration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Migration.md')
-rw-r--r--docs/Migration.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/Migration.md b/docs/Migration.md
index ff89f87..8c5e016 100644
--- a/docs/Migration.md
+++ b/docs/Migration.md
@@ -2,6 +2,15 @@
Below are some highlights on major refactoring/breaking changes
+# v4.0.0-alpha01
+
+This is the first introduction of androidx. The goal is to just do a migration with minimal changes.
+Nothing has been changed internally, but the dependencies are updated.
+Notably, Android-Iconics [split their Community Icons](https://github.com/mikepenz/Android-Iconics/blob/develop/MIGRATION.md) into two enums.
+
+Kotterknife is also no longer deprecated. There are some use cases where `kotlin-android-extensions` isn't the best, such as when multiple layout files are used, or when ids are defined in the id.xml.
+It is still recommended to use the extension where applicable.
+
# v3.8.0
Along with the update to support Android Studio 3.1, a lot of changes have occurred with other dependencies and with lint.