Skip to content

Commit 4e46cae

Browse files
committed
Release 5.9.15 (227)
1 parent 4980633 commit 4e46cae

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [5.9.15] - 11-10-2023
8+
### Fixed
9+
- Crash when starting in-app downloader on Android 14
10+
11+
712
## [5.9.14] - 06-10-2023
813
### Fixed
914
- Fixed permission issues on Android 13

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
minSdkVersion 21
1616
targetSdkVersion 34
1717

18-
versionCode 226
19-
versionName "5.9.14"
18+
versionCode 227
19+
versionName "5.9.15"
2020
}
2121

2222
if (isCi) {
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Fixed
22
- Fixed permission issues on Android 13
3+
- Crash when starting in-app downloader on Android 14
34

45
### Changed
56
- Updated libraries

0 commit comments

Comments
 (0)