File tree Expand file tree Collapse file tree
sdk/src/main/java/com/bugsnag/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1515GROUP =com.bugsnag
1616POM_SCM_URL =https://github.com/bugsnag/bugsnag-android
1717POM_SCM_CONNECTION =scm:git@github.com:bugsnag/bugsnag-android.git
Original file line number Diff line number Diff line change 99 */
1010public 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 ;
You can’t perform that action at this time.
0 commit comments