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.7.1 (2016-12-21)
4+
5+ ### Bug fixes
6+
7+ * Make ` getContext ` and ` clearUser ` static methods
8+ [ Dave Perryman] ( https://github.com/Pezzah )
9+ [ #132 ] ( https://github.com/bugsnag/bugsnag-android/pull/132 )
10+
11+ * Ensure fatal crashes are sent as blocking requests
12+ [ Simon Maynard] ( https://github.com/snmaynard )
13+ [ #137 ] ( https://github.com/bugsnag/bugsnag-android/pull/137 )
14+
315## 3.7.0 (2016-10-05)
416
517### Enhancements
Original file line number Diff line number Diff line change 1- VERSION_NAME =3.7.0
1+ VERSION_NAME =3.7.1
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.6.0 " ;
12+ static final String NOTIFIER_VERSION = "3.7.1 " ;
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