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

### 5.2.1

- chore(deps): bump com.vanniktech.maven.publish from 0.35.0 to 0.36.0 (#250)
- chore(deps): bump com.raygun:raygun4android from 5.1.0 to 5.2.0 (#251)
- chore(deps): bump androidx.activity:activity from 1.12.3 to 1.12.4 (#252)
- chore(deps): bump org.mockito.kotlin:mockito-kotlin from 6.1.0 to 6.2.3 (#253)

### 5.2.0

- chore: Upgrade Gradle wrapper from 8.14.2 to 9.3.1 (#247)
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=5.2.0
VERSION_NAME=5.2.1

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

GROUP=com.raygun

Expand Down