Skip to content

Commit

Permalink
Release 5.9.18 (230)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Sep 14, 2024
1 parent e745092 commit 5c85948
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.9.18] - 14-09-2024
### Fixed
- Fixed startup crash on production build

## [5.9.17] - 13-09-2024
### Added
- Some translations
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
minSdkVersion 21
targetSdkVersion 34

versionCode 229
versionName "5.9.17"
versionCode 230
versionName "5.9.18"
}

if (isCi) {
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
- Some translations
- Monochrome icon

### Fixed
- Fixed startup crash

### Changed
- Updated libraries

0 comments on commit 5c85948

Please sign in to comment.