File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
src/main/play/release-notes/en-GB Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project
66adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.5.0] - 12-07-2025
9+
10+ ### Changed
11+
12+ - Updated libraries
13+
14+
815## [ 2.4.10] - 11-11-2023
916
1017### Fixed
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ android {
1717 minSdkVersion 21
1818 targetSdkVersion 36
1919
20- versionCode 73
21- versionName " 2.4.10 "
20+ versionCode 74
21+ versionName " 2.5.0 "
2222 }
2323
2424 if (isCi) {
Original file line number Diff line number Diff line change 1- ### Fixed
2- - Fixed load error due to API change
3-
41### Changed
52- Updated libraries
You can’t perform that action at this time.
0 commit comments