Skip to content

Commit

Permalink
increment to 4.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Aug 9, 2017
1 parent 9fdcf50 commit 4c453a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
jcenter()
mavenCentral()
mavenLocal()
// mavenLocal()
}
dependencies {
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:+'
Expand Down Expand Up @@ -48,7 +48,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard.pro'
}
}

productFlavors {
javaExample {
applicationIdSuffix ".java"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=3.9.0
VERSION_NAME=4.0.0-rc.1
GROUP=com.bugsnag

POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bugsnag/android/Notifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
public class Notifier implements JsonStream.Streamable {
static final String NOTIFIER_NAME = "Android Bugsnag Notifier";
static final String NOTIFIER_VERSION = "3.9.0";
static final String NOTIFIER_VERSION = "4.0.0-rc.1";
static final String NOTIFIER_URL = "https://bugsnag.com";
private String name;
private String version;
Expand Down

0 comments on commit 4c453a4

Please sign in to comment.