Skip to content

Commit

Permalink
2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Nov 1, 2014
1 parent 350e301 commit 8ec618c
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 @@
2.2.3
-----
- Bump bugsnag-java dependency to fix prototype mismatch bug

2.2.2
-----
- Add support for collecting thread-state information (enabled by default)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.bugsnag</groupId>
<artifactId>bugsnag</artifactId>
<version>[1.2.7,2)</version>
<version>[1.2.8,2)</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bugsnag/android/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
public class Client extends com.bugsnag.Client {
private static final String UNSENT_ERROR_PATH = "/bugsnag-errors/";
private static final String NOTIFIER_NAME = "Android Bugsnag Notifier";
private static final String NOTIFIER_VERSION = "2.2.2";
private static final String NOTIFIER_VERSION = "2.2.3";

private Logger logger;
private Context applicationContext;
Expand Down

0 comments on commit 8ec618c

Please sign in to comment.