Skip to content

Commit 342b3f6

Browse files
chore: Prepare release 5.2.0 (#249)
* chore: Prepare release 5.2.0 * Small tweaks to README.
1 parent 40571f9 commit 342b3f6

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Thumbs.db
2929
.idea/encodings.xml
3030
.idea/modules.xml
3131
.idea/dictionaries
32+
.idea/markdown.xml
3233
.idea/markdown-navigator.xml
3334
.idea/markdown-navigator-enh.xml
3435
.idea/markdown-navigator

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Changelog
22

3+
### 5.2.0
4+
5+
- chore: Upgrade Gradle wrapper from 8.14.2 to 9.3.1 (#247)
6+
- chore(deps): bump org.jetbrains.kotlin.android from 2.2.21 to 2.3.0 (#246)
7+
- chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin (#244)
8+
- chore(deps): bump com.raygun:raygun4android from 5.0.1 to 5.1.0 (#245)
9+
- chore(deps): bump androidx.activity:activity from 1.12.2 to 1.12.3 (#242)
10+
311
### 5.1.0
412

513
- fix: Update minSDKVersion for both provider and app from 21 to 23 due to dependency requirements (2026-01-04)

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ This means that the library is now fully compatible with Kotlin Coroutines and p
1616
We recommend using those if you are using Kotlin in your project.
1717
As well, the library is still compatible with pure Java Android applications.
1818

19-
Raygun4Android 5.1.0 is currently considered to be the stable release of the provider and is tagged in the repository and supports Android 5+.
20-
21-
Raygun4Android 4.1.1 is functionally equal to 4.1.0, which was unfortunately deployed to Maven Central in an incomplete state. Please use 4.1.1 instead.
19+
Raygun4Android 5.2.0 is currently considered to be the stable release of the provider and is tagged in the repository and supports Android 6+.
2220

2321
The `develop` branch reflects ongoing work on the version 5 line as tagged snapshots and only support
2422

25-
The `master` branch used to be the branch for ongoing work and releases until `4.1.0-alpha1`. In the future, the `master` branch will reflect release builds.
26-
2723
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.
2824

2925
### Requirements
@@ -57,7 +53,7 @@ Then add the following to your **module's** build.gradle:
5753
```gradle
5854
dependencies {
5955
...
60-
implementation 'com.raygun:raygun4android:5.1.0'
56+
implementation 'com.raygun:raygun4android:5.2.0'
6157
}
6258
```
6359

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ org.gradle.jvmargs=-Xmx1536m
2323
# 5.3.3-beta2-SNAPSHOT
2424
#
2525
# Adding -SNAPSHOT to VERSION_NAME triggers publishing to a snapshot server at Maven Central.
26-
VERSION_NAME=5.1.0
26+
VERSION_NAME=5.2.0
2727

2828
# Use a numeric value for VERSION_CODE
2929
#
@@ -42,7 +42,7 @@ VERSION_NAME=5.1.0
4242
# 4.1.0-alpha2 -> 40100032
4343
# 5.2.3 -> 50203000
4444
# 5.3.3-beta2 -> 50303072
45-
VERSION_CODE=50100099
45+
VERSION_CODE=50200099
4646

4747
GROUP=com.raygun
4848

0 commit comments

Comments
 (0)