Skip to content

Commit 64ff165

Browse files
committed
Update instabug version and update the change log
1 parent f50ee8a commit 64ff165

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change Log
22
==========
33

4+
Version 8.4.0 *(2019-05-26)*
5+
----------------------------
6+
* Putting the screenshots back in the Repro Steps.
7+
* Support private views on Android
8+
* Archiving Session Count In SDK
9+
* Archiving Survey Interactions In SDK
10+
* Archiving User Attributes In SDK
11+
* Support Custom URL in App Version Update
12+
* Add localization support to Surveys
13+
* SDK improvements.
14+
15+
416
Version 8.3.1 *(2019-05-11)*
517
----------------------------
618
* Bug fix: Fixing an issue with proguard.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
//TODO add the following 2 lines if you exclude io.reactivex from Instabug
5656
//implementation 'io.reactivex:rxjava:1.0.13'
5757
//implementation 'io.reactivex:rxandroid:1.0.1'
58-
implementation('com.instabug.library:instabug:8.3.1') {
58+
implementation('com.instabug.library:instabug:8.4.0') {
5959
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
6060
// exclude group: 'io.reactivex'
6161

0 commit comments

Comments
 (0)