Skip to content

Commit 2bf0f1e

Browse files
authored
Release/8.4.0.2 (#311)
* ⬆️ Update native Android SDK to version 8.4.0.2 * 💎 Bump version to 8.4.2
1 parent 1eb659c commit 2bf0f1e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v8.4.2 (2019-06-19)
2+
3+
* Fixes valid email written but gets enter valid email error message on Android.
4+
15
## v8.4.1 (2019-06-17)
26

37
* Fixes Surveys.getAvailableSurveys API not returning the list of surveys on iOS.

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.4.0.1'){
30+
api ('com.instabug.library:instabug:8.4.0.2'){
3131
exclude group: 'com.android.support:appcompat-v7'
3232
}
3333
}

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.4.1",
3+
"version": "8.4.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)