Skip to content

Commit dd6cbc9

Browse files
committed
Release 5.10.0 (231)
1 parent 82c8dca commit dd6cbc9

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [5.10.0] - 13-07-2025
8+
### Changed
9+
- Updated libraries
10+
711
## [5.9.18] - 14-09-2024
812
### Fixed
913
- Fixed startup crash on production build

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
minSdkVersion 21
1919
targetSdkVersion 36
2020

21-
versionCode 230
22-
versionName "5.9.18"
21+
versionCode 231
22+
versionName "5.10.0"
2323
}
2424

2525
if (isCi) {
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
### Added
2-
- Some translations
3-
- Monochrome icon
4-
5-
### Fixed
6-
- Fixed startup crash
7-
81
### Changed
92
- Updated libraries

0 commit comments

Comments
 (0)