Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Jan 9, 2015
1 parent 6ee9627 commit e9dcf48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.2.2
-----
- Prefer API keys passed to Client directly over those from AndroidManifest

3.2.1
-----
- Fix NPE when unboxing in JsonStream (thanks @mattprecious)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.2.1
VERSION_NAME=3.2.2
GROUP=com.bugsnag

POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bugsnag/android/Notifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
class Notifier implements JsonStream.Streamable {
static final String NOTIFIER_NAME = "Android Bugsnag Notifier";
static final String NOTIFIER_VERSION = "3.2.1";
static final String NOTIFIER_VERSION = "3.2.2";
static final String NOTIFIER_URL = "https://bugsnag.com";

private static Notifier instance = new Notifier();
Expand Down

0 comments on commit e9dcf48

Please sign in to comment.