We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v11.8.0
1 parent 9173e80 commit 2f36e12Copy full SHA for 2f36e12
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## Unreleased
2
3
+- Bumps Instabug Android SDK to v11.8.0
4
- Bumps Instabug iOS SDK to v11.7.0
5
- Fixes global error handler not being called.
6
- Deprecates Instabug.start in favour of Instabug.init that takes a configuration object for SDK initialization.
android/build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
implementation "androidx.multidex:multidex:2.0.1"
36
implementation 'com.facebook.react:react-native:+'
37
38
- api 'com.instabug.library:instabug:11.7.0'
+ api 'com.instabug.library:instabug:11.8.0'
39
40
testImplementation "org.mockito:mockito-inline:3.4.0"
41
testImplementation "org.mockito:mockito-android:3.4.0"
0 commit comments