File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
src/main/play/release-notes/en-GB Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ 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.6.7] - 11-10-2023
8+ ### Fixed
9+ - Fixed permission issues on Android 13
10+ - Startup crash on Android 14
11+
12+ ### Changed
13+ - Updated libraries
14+
15+
716## [ 2.6.6] - 08-06-2023
817### Changed
918- Updated libraries
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
1616 minSdkVersion 21
1717 targetSdkVersion 34
1818
19- versionCode 74
20- versionName " 2.6.6 "
19+ versionCode 75
20+ versionName " 2.6.7 "
2121 }
2222
2323 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+
15### Changed
26- Updated libraries
You can’t perform that action at this time.
0 commit comments