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 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
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
3434dependencies {
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"
You can’t perform that action at this time.
0 commit comments