Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

# 2.1.0-alpha.2

### Build
- Update release flow [#348](https://github.com/rollbar/rollbar-java/pull/348)
- Update Android quality plugin [#349](https://github.com/rollbar/rollbar-java/pull/349)

### Fix
- Add ANR detector missing initialization [#346](https://github.com/rollbar/rollbar-java/pull/346)

# 2.1.0-alpha.1

### Build
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=2.1.0-alpha.1
VERSION_NAME=2.1.0-alpha.2
GROUP=com.rollbar

android.useAndroidX=true
Expand Down