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.
1 parent d560f3a commit 1da1c2bCopy full SHA for 1da1c2b
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## Unreleased
2
3
+* Bumps Instabug Android SDK to v11.4.1
4
* Bumps Instabug iOS SDK to v11.2.0
5
* React Native 0.69 support
6
* Bumps the minimum supported React Native version to 0.60.0
android/build.gradle
@@ -32,7 +32,7 @@ android {
32
dependencies {
33
implementation "androidx.multidex:multidex:2.0.1"
34
implementation 'com.facebook.react:react-native:+'
35
- implementation 'com.instabug.library:instabug:11.2.0'
+ implementation 'com.instabug.library:instabug:11.4.1'
36
37
testImplementation "org.mockito:mockito-inline:3.4.0"
38
testImplementation "org.mockito:mockito-android:3.4.0"
0 commit comments