Skip to content

Commit eff1554

Browse files
authored
Bump Android SDK to v11.6.0 (#297)
1 parent 442fd50 commit eff1554

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
}
4242

4343
dependencies {
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
}

0 commit comments

Comments
 (0)