Skip to content

Commit 895d25d

Browse files
author
Ali Abdelfattah
authored
Merge pull request #379 from Instabug/release/v8.6.2
Release/v8.6.2
2 parents 7c06620 + 029c708 commit 895d25d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## master
1+
## v8.6.2 (2019-08-29)
22

3+
* Updates native Android SDK to v8.6.2
34
* Fixes various bugs and improvements in automatic sourcemap upload scripts.
45

56
## v8.6.1 (2019-08-26)

android/build.gradle

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

2828
dependencies {
2929
implementation 'com.facebook.react:react-native:+'
30-
api('com.instabug.library:instabug:8.6.1.0') {
30+
api('com.instabug.library:instabug:8.6.2.0') {
3131
exclude group: 'com.android.support:appcompat-v7'
3232
}
3333
testImplementation 'org.mockito:mockito-core:1.10.19'

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.6.1",
3+
"version": "8.6.2",
44
"description": "React Native plugin for integrating the Instabug SDK",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)