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: packages/firebase_crashlytics/CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## 0.2.0
2
+
3
+
***Breaking**: Migration to the new Firebase Crashlytics SDK. Follow the [migration guide](https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=android) to update your app.
4
+
***Breaking**: the following methods have been removed:
5
+
*`setUserEmail`
6
+
*`setUserName`
7
+
*`getVersion`
8
+
*`isDebuggable`
9
+
1
10
## 0.1.3+3
2
11
3
12
* Fix for missing UserAgent.h compilation failures.
Copy file name to clipboardExpand all lines: packages/firebase_crashlytics/android/src/main/java/io/flutter/plugins/firebase/crashlytics/firebasecrashlytics/FirebaseCrashlyticsPlugin.java
Copy file name to clipboardExpand all lines: packages/firebase_crashlytics/example/android/app/src/androidTest/java/io/flutter/plugins/firebase/crashlytics/firebasecrashlytics/EmbeddingV1ActivityTest.java
Copy file name to clipboardExpand all lines: packages/firebase_crashlytics/example/android/app/src/main/java/io/flutter/plugins/firebase/crashlytics/firebasecrashlyticsexample/EmbeddingV1Activity.java
0 commit comments