File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## Version 1.0.0-beta.4 (2019-06-25)
2+
3+ * Fixes crash on Android on launching the sample app.
4+
15## Version 1.0.0-beta.3 (2019-05-28)
26
37* Fixes ` Locale ` enum name collision with ` dart.ui ` library. Use ` IBGLocale ` instead.
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ android {
3434}
3535
3636dependencies {
37- implementation ' com.instabug.library:instabug:8.4.0.0 '
37+ implementation ' com.instabug.library:instabug:8.4.0.2 '
3838 testImplementation ' junit:junit:4.12'
3939}
Original file line number Diff line number Diff line change 11name : instabug
2- version : 1.0.0-beta.3
2+ version : 1.0.0-beta.4
33description : >-
44 Instabug is an in-app feedback and bug reporting tool for mobile apps.
55 With just a simple shake, your users or beta testers can report bugs or
You can’t perform that action at this time.
0 commit comments