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
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: packages/android_intent/CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## 0.3.4+5
2
+
3
+
* Remove AndroidX warning.
4
+
5
+
## 0.3.4+4
6
+
7
+
* Include lifecycle dependency as a compileOnly one on Android to resolve
8
+
potential version conflicts with other transitive libraries.
9
+
10
+
## 0.3.4+3
11
+
12
+
* Android: Use android.arch.lifecycle instead of androidx.lifecycle:lifecycle in `build.gradle` to support apps that has not been migrated to AndroidX.
13
+
14
+
## 0.3.4+2
15
+
16
+
* Fix resolveActivity not respecting the provided componentName.
Copy file name to clipboardExpand all lines: packages/android_intent/android/src/test/java/io/flutter/plugins/androidintent/MethodCallHandlerImplTest.java
0 commit comments