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 35978b6 + 9403e8e commit 3f2599aCopy full SHA for 3f2599a
android/build.gradle
@@ -21,7 +21,7 @@ android {
21
22
dependencies {
23
compile 'com.facebook.react:react-native:0.20.+'
24
- compile ('com.instabug.library:instabug:8.0.3'){
+ compile ('com.instabug.library:instabug:8.0.4'){
25
exclude group: 'com.android.support:appcompat-v7'
26
}
27
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "instabug-reactnative",
3
- "version": "8.0.6",
+ "version": "8.0.7",
4
"description": "React Native plugin for integrating the Instabug SDK",
5
"main": "index.js",
6
"repository": {
0 commit comments