Skip to content

Commit 5c85948

Browse files
committed
Release 5.9.18 (230)
1 parent e745092 commit 5c85948

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.9.18] - 14-09-2024
8+
### Fixed
9+
- Fixed startup crash on production build
10+
711
## [5.9.17] - 13-09-2024
812
### Added
913
- Some translations

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 34
2020

21-
versionCode 229
22-
versionName "5.9.17"
21+
versionCode 230
22+
versionName "5.9.18"
2323
}
2424

2525
if (isCi) {

app/src/main/play/release-notes/en-GB/production.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
- Some translations
33
- Monochrome icon
44

5+
### Fixed
6+
- Fixed startup crash
7+
58
### Changed
69
- Updated libraries

0 commit comments

Comments
 (0)