Skip to content

Commit

Permalink
v4.18.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Aug 9, 2019
1 parent 785702d commit 560c0ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## TBD
## 4.18.0-beta01 (2019-08-09)

* Improve ANR error message information
[#553](https://github.com/bugsnag/bugsnag-android/pull/553)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class Notifier implements JsonStream.Streamable {

private static final String NOTIFIER_NAME = "Android Bugsnag Notifier";
private static final String NOTIFIER_VERSION = "4.17.2";
private static final String NOTIFIER_VERSION = "4.18.0-beta01";
private static final String NOTIFIER_URL = "https://bugsnag.com";

@NonNull
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=4.17.2
VERSION_NAME=4.18.0-beta01
GROUP=com.bugsnag
POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
POM_SCM_CONNECTION=scm:[email protected]:bugsnag/bugsnag-android.git
Expand Down

0 comments on commit 560c0ca

Please sign in to comment.