Skip to content

Commit 99b60e6

Browse files
committed
v3.2.6
1 parent 2d710ee commit 99b60e6

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
3.2.6
2+
-----
3+
- Add blocking API
4+
- Fix NPE issue
5+
- Concurrent adding to tabs
6+
- Thread Safe DateUtils#toISO8601
7+
18
3.2.5
29
-----
310
- Silence harmless proguard warning

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.2.5
1+
VERSION_NAME=3.2.6
22
GROUP=com.bugsnag
33

44
POM_SCM_URL=https://github.com/bugsnag/bugsnag-android

src/main/java/com/bugsnag/android/Notifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
class 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();

0 commit comments

Comments
 (0)