File tree 3 files changed +6
-2
lines changed
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
+
1
5
## Version 1.0.0-beta.3 (2019-05-28)
2
6
3
7
* 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 {
34
34
}
35
35
36
36
dependencies {
37
- implementation ' com.instabug.library:instabug:8.4.0.0 '
37
+ implementation ' com.instabug.library:instabug:8.4.0.2 '
38
38
testImplementation ' junit:junit:4.12'
39
39
}
Original file line number Diff line number Diff line change 1
1
name : instabug
2
- version : 1.0.0-beta.3
2
+ version : 1.0.0-beta.4
3
3
description : >-
4
4
Instabug is an in-app feedback and bug reporting tool for mobile apps.
5
5
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