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.
2 parents 7407660 + 9418704 commit 3f32b16Copy full SHA for 3f32b16
android/build.gradle
@@ -25,7 +25,7 @@ android {
25
26
dependencies {
27
implementation 'com.facebook.react:react-native:0.20.+'
28
- implementation ('com.instabug.library:instabug:8.0.12'){
+ implementation ('com.instabug.library:instabug:8.0.16'){
29
exclude group: 'com.android.support:appcompat-v7'
30
}
31
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "instabug-reactnative",
3
- "version": "8.0.21",
+ "version": "8.0.22",
4
"description": "React Native plugin for integrating the Instabug SDK",
5
"main": "index.js",
6
"repository": {
0 commit comments