File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
rollbar-android/src/main/java/com/rollbar/android
rollbar-java/src/test/java/com/rollbar/notifier/provider/notifier Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33The change log has moved to this repo's [ GitHub Releases Page] ( https://github.com/rollbar/rollbar-java/releases ) .
44
5+ # 1.3.1
6+ - Remove use of java.util.Objects as is not available in android sdk version lower than 19. [ #162 ] ( https://github.com/rollbar/rollbar-java/pull/162 )
7+
58# 1.3.0
69- Fix rollbar-log4j2 appender by overriding stop methods and close the Rollbar client. [ #156 ] ( https://github.com/rollbar/rollbar-java/pull/156 )
710- Add configuration options to the rollbar-log4j2 to match the ones of the rollbar-logback. [ #157 ] ( https://github.com/rollbar/rollbar-java/pull/157 )
Original file line number Diff line number Diff line change 1- VERSION_NAME =1.3.0
1+ VERSION_NAME =1.3.1
22GROUP =com.rollbar
33
44POM_DESCRIPTION =For connecting your applications built on the JVM to Rollbar for Error Reporting
Original file line number Diff line number Diff line change 2525import java .util .concurrent .TimeUnit ;
2626
2727public class Rollbar {
28- private static final String NOTIFIER_VERSION = "1.3.0 " ;
28+ private static final String NOTIFIER_VERSION = "1.3.1 " ;
2929 private static final String ITEM_DIR_NAME = "rollbar-items" ;
3030 private static final String ANDROID = "android" ;
3131 private static final String DEFAULT_ENVIRONMENT = "production" ;
Original file line number Diff line number Diff line change 1414
1515public class NotifierProviderTest {
1616
17- static final String VERSION = "1.3.0 " ;
17+ static final String VERSION = "1.3.1 " ;
1818
1919 @ Rule
2020 public MockitoRule rule = MockitoJUnit .rule ();
You can’t perform that action at this time.
0 commit comments