Commit 4e46cae 1 parent 4980633 commit 4e46cae Copy full SHA for 4e46cae
File tree 3 files changed +8
-2
lines changed
src/main/play/release-notes/en-GB
3 files changed +8
-2
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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 5.9.15] - 11-10-2023
8
+ ### Fixed
9
+ - Crash when starting in-app downloader on Android 14
10
+
11
+
7
12
## [ 5.9.14] - 06-10-2023
8
13
### Fixed
9
14
- Fixed permission issues on Android 13
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ android {
15
15
minSdkVersion 21
16
16
targetSdkVersion 34
17
17
18
- versionCode 226
19
- versionName " 5.9.14 "
18
+ versionCode 227
19
+ versionName " 5.9.15 "
20
20
}
21
21
22
22
if (isCi) {
Original file line number Diff line number Diff line change 1
1
### Fixed
2
2
- Fixed permission issues on Android 13
3
+ - Crash when starting in-app downloader on Android 14
3
4
4
5
### Changed
5
6
- Updated libraries
You can’t perform that action at this time.
0 commit comments