Skip to content

Commit 739e928

Browse files
committed
v4.1.3
1 parent 37b7e0a commit 739e928

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 4.1.3 (2017-11-07)
4+
- Compile annotations dependency as api rather than implementation
5+
- Support handled state case for React Native
6+
37
## 4.1.2 (2017-11-02)
48
- Allow setting device ID to null
59

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1536m
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
# org.gradle.parallel=true
14-
VERSION_NAME=4.1.2
14+
VERSION_NAME=4.1.3
1515
GROUP=com.bugsnag
1616
POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
1717
POM_SCM_CONNECTION=scm:git@github.com:bugsnag/bugsnag-android.git

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
public class Notifier implements JsonStream.Streamable {
1111
static final String NOTIFIER_NAME = "Android Bugsnag Notifier";
12-
static final String NOTIFIER_VERSION = "4.1.2";
12+
static final String NOTIFIER_VERSION = "4.1.3";
1313
static final String NOTIFIER_URL = "https://bugsnag.com";
1414
private String name;
1515
private String version;

0 commit comments

Comments
 (0)