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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Changelog

### 6.2.2

- chore(ci): bump actions/setup-java from 5.6.0 to 6.0.0 and migrate the CI JDK distribution from AdoptOpenJDK to Eclipse Temurin (#314)
- chore(deps): bump the Raygun sample app dependency from 6.2.0 to 6.2.1 (#318)
- chore(deps): bump Gradle wrapper from 9.6.1 to 9.7.1 (#320)
- chore(deps): bump Android Gradle Plugin from 9.3.1 to 9.3.2 (#320)
- chore(deps): bump Spotless from 8.9.0 to 8.10.1 (#320)
- chore(deps): bump the provider's AppCompat runtime dependency from 1.7.1 to 1.8.0 (#320)
- chore(deps): refresh dependency locks and verification metadata (#320)

### 6.2.1

- chore(deps): bump actions/setup-java from 5 to 5.6.0 (#307)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ This means that the library is now fully compatible with Kotlin Coroutines and p
We recommend using those if you are using Kotlin in your project.
As well, the library is still compatible with pure Java Android applications.

Raygun4Android 6.0.0 is currently considered to be the stable release of the provider and is tagged in the repository and supports Android 6+.
Raygun4Android 6.2.2 is the current stable release of the provider and supports Android 6+.

The `develop` branch reflects ongoing work on the version 6 line as tagged snapshots and only supports Android 6+.
The `develop` branch reflects ongoing work on the version 6 line and only supports Android 6+.

If you want the *very old* stable version 3.0.6 please check out the change set labelled with `v3.0.6` and go from there.

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ org.gradle.jvmargs=-Xmx1536m
# 5.3.3-beta2-SNAPSHOT
#
# Adding -SNAPSHOT to VERSION_NAME triggers publishing to a snapshot server at Maven Central.
VERSION_NAME=6.2.1
VERSION_NAME=6.2.2

# Use a numeric value for VERSION_CODE
#
Expand All @@ -42,7 +42,7 @@ VERSION_NAME=6.2.1
# 4.1.0-alpha2 -> 40100032
# 5.2.3 -> 50203000
# 5.3.3-beta2 -> 50303072
VERSION_CODE=60201099
VERSION_CODE=60202099

GROUP=com.raygun

Expand Down