Skip to content

Commit e78e15e

Browse files
committed
Release 5.9.14 (226)
1 parent 466c892 commit e78e15e

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.14] - 06-10-2023
8+
### Fixed
9+
- Fixed permission issues on Android 13
10+
11+
### Changed
12+
- Updated libraries
13+
14+
715
## [5.9.13] - 11-06-2023
816
### Changed
917
- Updated libraries

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
minSdkVersion 21
1616
targetSdkVersion 34
1717

18-
versionCode 225
19-
versionName "5.9.13"
18+
versionCode 226
19+
versionName "5.9.14"
2020
}
2121

2222
if (isCi) {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
### Fixed
2+
- Fixed permission issues on Android 13
3+
14
### Changed
25
- Updated libraries

0 commit comments

Comments
 (0)