Skip to content

Commit 1bdc1d8

Browse files
committed
💎 Bump version to 8.0.15
2 parents 0795005 + e5b7070 commit 1bdc1d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

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

2222
dependencies {
2323
compile 'com.facebook.react:react-native:0.20.+'
24-
compile ('com.instabug.library:instabug:8.0.4'){
24+
compile ('com.instabug.library:instabug:8.0.10'){
2525
exclude group: 'com.android.support:appcompat-v7'
2626
}
2727
}

android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2004,7 +2004,7 @@ public void networkLog(String jsonObject) throws JSONException {
20042004
networkLog.setResponse(newJSONObject.getString("responseBody"));
20052005
networkLog.setMethod(newJSONObject.getString("method"));
20062006
networkLog.setResponseCode(newJSONObject.getInt("responseCode"));
2007-
networkLog.setHeaders(newJSONObject.getString("headers"));
2007+
networkLog.setRequestHeaders(newJSONObject.getString("headers"));
20082008
networkLog.insert();
20092009
}
20102010

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.0.14",
3+
"version": "8.0.15",
44
"description": "React Native plugin for integrating the Instabug SDK",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)