Skip to content

Commit 956c071

Browse files
committed
Release 2.6.7 (75)
1 parent 737e7ab commit 956c071

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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+
## [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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
### Fixed
2+
- Fixed permission issues on Android 13
3+
- Startup crash on Android 14
4+
15
### Changed
26
- Updated libraries

0 commit comments

Comments
 (0)