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 a44c149 commit 231dcddCopy full SHA for 231dcdd
android/build.gradle
@@ -25,7 +25,7 @@ android {
25
26
dependencies {
27
implementation 'com.facebook.react:react-native:+'
28
- api ('com.instabug.library:instabug:8.2.0'){
+ api ('com.instabug.library:instabug:8.2.2'){
29
exclude group: 'com.android.support:appcompat-v7'
30
}
31
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "instabug-reactnative",
3
- "version": "8.2.2",
+ "version": "8.2.3",
4
"description": "React Native plugin for integrating the Instabug SDK",
5
"main": "index.js",
6
"types": "index.d.ts",
0 commit comments