File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# Backtrace Android Release Notes
22
33
4+ ## Version 1.2.0 - 07.04.2019
5+ - ` BacktraceDatabase ` - offline error report storage and auto re-submission support in the event of network outage and server unavailability,
6+
7+ ## Version 1.1.2 - 07.03.2019
8+ - Added class name to function name in exception StackFrame
9+ - Added exception message to annotations
10+
411## Version 1.1.1 - 26.02.2019
512- Fixed exception on filter out Backtrace files from StackTraceElements when file name is null
613
1522- Replaced spaces with underscore in all enums strings
1623
1724## Version 1.0 - 27.01.2019
18- - First release.
19-
20- ## Version 1.2.0 - 07.04.2019
21- - ` BacktraceDatabase ` - offline error report storage and auto re-submission support in the event of network outage and server unavailability,
25+ - First release.
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ catch (e: Exception) {
7171* Gradle
7272```
7373dependencies {
74- implementation 'com.github.backtrace-labs.backtrace-android:backtrace-library:1.1.1 '
74+ implementation 'com.github.backtrace-labs.backtrace-android:backtrace-library:1.2.0 '
7575}
7676```
7777
@@ -80,7 +80,7 @@ dependencies {
8080<dependency>
8181 <groupId>com.github.backtrace-labs.backtrace-android</groupId>
8282 <artifactId>backtrace-library</artifactId>
83- <version>1.1.1 </version>
83+ <version>1.2.0 </version>
8484 <type>aar</type>
8585</dependency>
8686```
You can’t perform that action at this time.
0 commit comments