Skip to content

Commit 8e6f44d

Browse files
authored
Merge pull request #201 from rollbar/release-1.7.0
Relese 1.7.0
2 parents 76ff651 + e3fda8f commit 8e6f44d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.6.0
1+
VERSION_NAME=1.7.0
22
GROUP=com.rollbar
33

44
POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting

rollbar-android/src/main/java/com/rollbar/android/Rollbar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.util.concurrent.TimeUnit;
2929

3030
public class Rollbar {
31-
private static final String NOTIFIER_VERSION = "1.6.0";
31+
private static final String NOTIFIER_VERSION = "1.7.0";
3232
private static final String ITEM_DIR_NAME = "rollbar-items";
3333
private static final String ANDROID = "android";
3434
private static final String DEFAULT_ENVIRONMENT = "production";

0 commit comments

Comments
 (0)