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.2.6
2+ -----
3+ - Add blocking API
4+ - Fix NPE issue
5+ - Concurrent adding to tabs
6+ - Thread Safe DateUtils#toISO8601
7+
183.2.5
29-----
310- Silence harmless proguard warning
Original file line number Diff line number Diff line change 1- VERSION_NAME =3.2.5
1+ VERSION_NAME =3.2.6
22GROUP =com.bugsnag
33
44POM_SCM_URL =https://github.com/bugsnag/bugsnag-android
Original file line number Diff line number Diff line change 77 */
88class Notifier implements JsonStream .Streamable {
99 static final String NOTIFIER_NAME = "Android Bugsnag Notifier" ;
10- static final String NOTIFIER_VERSION = "3.2.5 " ;
10+ static final String NOTIFIER_VERSION = "3.2.6 " ;
1111 static final String NOTIFIER_URL = "https://bugsnag.com" ;
1212
1313 private static Notifier instance = new Notifier ();
You can’t perform that action at this time.
0 commit comments