File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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
+
4
16
Version 8.3.1 * (2019-05-11)*
5
17
----------------------------
6
18
* Bug fix: Fixing an issue with proguard.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
55
55
// TODO add the following 2 lines if you exclude io.reactivex from Instabug
56
56
// implementation 'io.reactivex:rxjava:1.0.13'
57
57
// 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 ' ) {
59
59
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
60
60
// exclude group: 'io.reactivex'
61
61
You can’t perform that action at this time.
0 commit comments