File tree Expand file tree Collapse file tree
src/main/play/release-notes/en-GB Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff 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) {
Original file line number Diff line number Diff line change 22- Some translations
33- Monochrome icon
44
5+ ### Fixed
6+ - Fixed startup crash
7+
58### Changed
69- Updated libraries
You can’t perform that action at this time.
0 commit comments