We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19cac94 commit 0fbe741Copy full SHA for 0fbe741
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:4+'
+ compile 'com.instabug.library:instabug:4.2.9'
25
26
}
27
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "instabug-reactnative",
3
- "version": "1.2.1",
+ "version": "1.2.2",
4
"description": "React Native plugin for integrating the Instabug SDK",
5
"main": "index.js",
6
"repository": {
0 commit comments