File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
3
+ * Bumps Instabug Android SDK to v11.6.0
3
4
* Adds BugReporting.setDisclaimerText API
4
5
* Adds BugReporting.setCommentMinimumCharacterCount API
5
6
* Deprecates Instabug.enableAndroid and Instabug.disableAndroid APIs in favour of a new API Instabug.setEnabled, which works on both platforms
7
+ * Fixes APM network logging on Android
6
8
* Fixes main thread violation on Android
7
9
* Fixes an issue with request and response headers parameters type causing network requests not getting logged on iOS
8
10
* Uses pigeon for internal communication between Flutter and the host platform
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
41
41
}
42
42
43
43
dependencies {
44
- implementation ' com.instabug.library:instabug:11.5.1 '
44
+ implementation ' com.instabug.library:instabug:11.6.0 '
45
45
testImplementation ' junit:junit:4.13.2'
46
46
testImplementation " org.mockito:mockito-inline:3.12.1"
47
47
}
You can’t perform that action at this time.
0 commit comments