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 13fa3fc + 9abcb8f commit aacfabbCopy full SHA for aacfabb
android/build.gradle
@@ -24,7 +24,7 @@ android {
24
}
25
26
dependencies {
27
- implementation 'com.facebook.react:react-native:0.58.+'
+ implementation 'com.facebook.react:react-native:+'
28
api ('com.instabug.library:instabug:8.0.18'){
29
exclude group: 'com.android.support:appcompat-v7'
30
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "instabug-reactnative",
3
- "version": "8.0.25",
+ "version": "8.0.26",
4
"description": "React Native plugin for integrating the Instabug SDK",
5
"main": "index.js",
6
"repository": {
0 commit comments