File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
src/main/play/release-notes/en-GB Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ 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+ ## [ 2.7.0] - 12-07-2025
8+ ### Changed
9+ - Updated libraries
10+
11+
712## [ 2.6.8] - 12-10-2023
813### Fixed
914- Startup crash on Android 14
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ android {
1818 minSdkVersion 21
1919 targetSdkVersion 36
2020
21- versionCode 76
22- versionName " 2.6.8 "
21+ versionCode 77
22+ versionName " 2.7.0 "
2323 }
2424
2525 if (isCi) {
Original file line number Diff line number Diff line change 1- ### Fixed
2- - Fixed permission issues on Android 13
3- - Startup crash on Android 14
4-
51### Changed
62- Updated libraries
You can’t perform that action at this time.
0 commit comments