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 1
1
## Unreleased
2
2
3
+ - Bumps Instabug Android SDK to v11.6.0
3
4
- Adds first-class TypeScript support.
4
5
- Adds BugReporting.setDisclaimerText API
5
6
- Adds BugReporting.setCommentMinimumCharacterCount API
6
7
- Deprecates Instabug.enable and Instabug.disable APIs in favour of a new API Instabug.setEnabled, which works on both platforms
7
8
- Fixes a compilation error on Android projects without buildToolsVersion property set.
9
+ - Fixes APM network logging on Android
8
10
9
11
## 11.3.0 (2022-10-11)
10
12
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
34
34
dependencies {
35
35
implementation " androidx.multidex:multidex:2.0.1"
36
36
implementation ' com.facebook.react:react-native:+'
37
- implementation ' com.instabug.library:instabug:11.5.1 '
37
+ implementation ' com.instabug.library:instabug:11.6.0 '
38
38
39
39
testImplementation " org.mockito:mockito-inline:3.4.0"
40
40
testImplementation " org.mockito:mockito-android:3.4.0"
You can’t perform that action at this time.
0 commit comments