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 1+ 3.3.0 (2016-01-18)
2+ -----
3+
4+ ### Enhancements
5+
6+ - Change distribution method to be .aar only
7+ [ Lars Grefer] ( https://github.com/larsgrefer )
8+ [ #91 ] ( https://github.com/bugsnag/bugsnag-android/pull/91 )
9+
10+ - Skip sending empty device data values
11+ [ Matthias Urhahn] ( https://github.com/d4rken )
12+ [ #96 ] ( https://github.com/bugsnag/bugsnag-android/pull/96 )
13+
14+ - Remove the need for synthetic methods
15+ [ Jake Wharton] ( https://github.com/JakeWharton )
16+ [ #87 ] ( https://github.com/bugsnag/bugsnag-android/pull/87 )
17+
1183.2.7 (2015-12-10)
219-----
320
Original file line number Diff line number Diff line change 1- VERSION_NAME =3.2.7
1+ VERSION_NAME =3.3.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.2.7 " ;
12+ static final String NOTIFIER_VERSION = "3.3.0 " ;
1313 static final String NOTIFIER_URL = "https://bugsnag.com" ;
1414
1515 private static final Notifier instance = new Notifier ();
You can’t perform that action at this time.
0 commit comments