File tree Expand file tree Collapse file tree
src/main/java/com/bugsnag/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.9.0 (2017-05-08)
4+
5+ ### Enhancements
6+
7+ * Improve performance by using bounded ` ThreadPoolExecutor ` for asynchronous
8+ ` notify() ` calls
9+ [ Felipe Lima] ( https://github.com/felipecsl )
10+ [ #145 ] ( https://github.com/bugsnag/bugsnag-android/pull/145 )
11+
12+ * Detect systemless root
13+ [ Matthias Urhahn] ( https://github.com/d4rken )
14+ [ #142 ] ( https://github.com/bugsnag/bugsnag-android/pull/142 )
15+
316## 3.8.0 (2017-01-27)
417
518## Enhancements
Original file line number Diff line number Diff line change 1- VERSION_NAME =3.8 .0
1+ VERSION_NAME =3.9 .0
22GROUP =com.bugsnag
33
44POM_SCM_URL =https://github.com/bugsnag/bugsnag-android
Original file line number Diff line number Diff line change 99 */
1010class Notifier implements JsonStream .Streamable {
1111 static final String NOTIFIER_NAME = "Android Bugsnag Notifier" ;
12- static final String NOTIFIER_VERSION = "3.8 .0" ;
12+ static final String NOTIFIER_VERSION = "3.9 .0" ;
1313 static final String NOTIFIER_URL = "https://bugsnag.com" ;
1414 private String name ;
1515 private String version ;
You can’t perform that action at this time.
0 commit comments