Skip to content

Commit

Permalink
Updating SDK to 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzelzoghbi committed Aug 6, 2019
1 parent 4a5efe9 commit d788635
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Change Log
==========

Version 8.4.0 *(2019-07-01)*
Version 8.6.0 *(2019-08-05)*
----------------------------
* We're updating the SDK flow when they pick "Ask a question" to match with "Report a bug" and "Suggest an improvement". As part of the change, some APIs have been deprecated. While they are still functional, we recommend that you start using the new APIs, as the deprecated ones will be completely removed in a future release.
* Various bug fixes and stability improvements.


Version 8.5.0 *(2019-07-01)*
----------------------------
* With SDK V8.5, we’re introducing major improvements to the Repro Steps feature to make it more readable and usable for both technical and non-technical customers:
1. Improving the algorithm we follow to capture text from the app’s UI to help your users understand which part of the app their user was interacting with.
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
//TODO add the following 2 lines if you exclude io.reactivex from Instabug
//implementation 'io.reactivex:rxjava:1.0.13'
//implementation 'io.reactivex:rxandroid:1.0.1'
implementation('com.instabug.library:instabug:8.5.0') {
implementation('com.instabug.library:instabug:8.6.0') {
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
// exclude group: 'io.reactivex'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void onShowBetaOnboardingMessageClicked(View view) {
}

public void onShowInstabugClicked(View view) {
BugReporting.invoke();
BugReporting.show(BugReporting.ReportType.BUG);
}

public void onCrashTheAppClicked(View view) {
Expand Down

0 comments on commit d788635

Please sign in to comment.