Skip to content

Commit 231dcdd

Browse files
authored
Fix/Duplicate keys causes build fail on android (#266)
* 💎 Bump version to 8.2.3 * 🐛 Add native fix to duplicate android keys
1 parent a44c149 commit 231dcdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525

2626
dependencies {
2727
implementation 'com.facebook.react:react-native:+'
28-
api ('com.instabug.library:instabug:8.2.0'){
28+
api ('com.instabug.library:instabug:8.2.2'){
2929
exclude group: 'com.android.support:appcompat-v7'
3030
}
3131
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instabug-reactnative",
3-
"version": "8.2.2",
3+
"version": "8.2.3",
44
"description": "React Native plugin for integrating the Instabug SDK",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)