File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11## Unreleased
22
3+ * Bumps Instabug Android SDK to v11.6.0
34* Adds BugReporting.setDisclaimerText API
45* Adds BugReporting.setCommentMinimumCharacterCount API
56* 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
68* Fixes main thread violation on Android
79* Fixes an issue with request and response headers parameters type causing network requests not getting logged on iOS
810* 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 {
4141}
4242
4343dependencies {
44- implementation ' com.instabug.library:instabug:11.5.1 '
44+ implementation ' com.instabug.library:instabug:11.6.0 '
4545 testImplementation ' junit:junit:4.13.2'
4646 testImplementation " org.mockito:mockito-inline:3.12.1"
4747}
You can’t perform that action at this time.
0 commit comments