File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
src/main/play/release-notes/en-GB Expand file tree Collapse file tree 3 files changed +6
-9
lines changed 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.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
Original file line number Diff line number Diff 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) {
Original file line number Diff line number Diff line change 1- ### Added
2- - Some translations
3- - Monochrome icon
4-
5- ### Fixed
6- - Fixed startup crash
7-
81### Changed
92- Updated libraries
You can’t perform that action at this time.
0 commit comments