You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
## 2.0.0
2
2
* Move from swift to Objective-C and from Kotlin to Java
3
3
4
-
## 1.0.6
4
+
## 1.0.6+1
5
+
* Revert the breaking 1.0.6 update. 1.0.6 was known to be breaking and should have incremented the major version number instead of the minor. This revert is in and of itself breaking for anyone that has already migrated however. Anyone who has already migrated their app to AndroidX should immediately update to 2.0.0 instead. That's the correctly versioned new push of 1.0.6.
5
6
6
-
* Fixes a small issue caused by compiling against master build of Flutter.
7
+
## 1.0.6
8
+
***BAD.** This was a breaking change that was incorrectly published on a minor version upgrade, should never have happened. Reverted by 1.0.6+1.
9
+
10
+
"**Breaking change.** Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library."
7
11
8
12
## 1.0.5
13
+
***BAD.** This was a breaking change that was incorrectly published on a minor version upgrade, should never have happened. Reverted by 1.0.6+1.
9
14
10
-
* Update Kotlin version and added support for Android X;
11
-
* Update static code analysis options to confirm to the latest recommendations from the Flutter team.
15
+
"**Breaking change.** Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library."
0 commit comments