We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bfc3f commit c4702a6Copy full SHA for c4702a6
2 files changed
gradle.properties
@@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx1536m
16
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17
# org.gradle.parallel=true
18
19
-VERSION_NAME=4.0.0-rc.1
+VERSION_NAME=4.0.0
20
GROUP=com.bugsnag
21
22
POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
src/main/java/com/bugsnag/android/Notifier.java
@@ -9,7 +9,7 @@
9
*/
10
public class Notifier implements JsonStream.Streamable {
11
static final String NOTIFIER_NAME = "Android Bugsnag Notifier";
12
- static final String NOTIFIER_VERSION = "4.0.0-rc.1";
+ static final String NOTIFIER_VERSION = "4.0.0";
13
static final String NOTIFIER_URL = "https://bugsnag.com";
14
private String name;
15
private String version;
0 commit comments