Skip to content

Commit a56090f

Browse files
authored
Bump Android SDK to v11.6.0 (#832)
1 parent 0b17401 commit a56090f

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,10 +1,12 @@
11
## Unreleased
22

3+
- Bumps Instabug Android SDK to v11.6.0
34
- Adds first-class TypeScript support.
45
- Adds BugReporting.setDisclaimerText API
56
- Adds BugReporting.setCommentMinimumCharacterCount API
67
- Deprecates Instabug.enable and Instabug.disable APIs in favour of a new API Instabug.setEnabled, which works on both platforms
78
- Fixes a compilation error on Android projects without buildToolsVersion property set.
9+
- Fixes APM network logging on Android
810

911
## 11.3.0 (2022-10-11)
1012

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
dependencies {
3535
implementation "androidx.multidex:multidex:2.0.1"
3636
implementation 'com.facebook.react:react-native:+'
37-
implementation 'com.instabug.library:instabug:11.5.1'
37+
implementation 'com.instabug.library:instabug:11.6.0'
3838

3939
testImplementation "org.mockito:mockito-inline:3.4.0"
4040
testImplementation "org.mockito:mockito-android:3.4.0"

0 commit comments

Comments
 (0)