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.7.0
1 parent ba08947 commit 3c29eb7Copy full SHA for 3c29eb7
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## Unreleased
2
+
3
+- Bumps Instabug Android SDK to v11.7.0
4
5
## 11.5.1 (2022-12-14)
6
7
- Deprecates CrashReporting.reportJSException in favour of a new strongly typed API: CrashReporting.reportError
android/build.gradle
@@ -34,7 +34,7 @@ android {
34
dependencies {
35
implementation "androidx.multidex:multidex:2.0.1"
36
implementation 'com.facebook.react:react-native:+'
37
- implementation 'com.instabug.library:instabug:11.6.0'
+ implementation 'com.instabug.library:instabug:11.7.0'
38
39
testImplementation "org.mockito:mockito-inline:3.4.0"
40
testImplementation "org.mockito:mockito-android:3.4.0"
0 commit comments