From 560c0ca8bb5177f5af09eb42929d7a88c7f71f32 Mon Sep 17 00:00:00 2001 From: fractalwrench Date: Fri, 9 Aug 2019 13:05:26 +0100 Subject: [PATCH] v4.18.0-beta01 --- CHANGELOG.md | 2 +- .../src/main/java/com/bugsnag/android/Notifier.java | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d2ab0894f..a67d0e0d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/bugsnag-android-core/src/main/java/com/bugsnag/android/Notifier.java b/bugsnag-android-core/src/main/java/com/bugsnag/android/Notifier.java index db414ba779..cdb4f7e062 100644 --- a/bugsnag-android-core/src/main/java/com/bugsnag/android/Notifier.java +++ b/bugsnag-android-core/src/main/java/com/bugsnag/android/Notifier.java @@ -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 diff --git a/gradle.properties b/gradle.properties index 6837afdb8d..ce19a7c49f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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:git@github.com:bugsnag/bugsnag-android.git