Skip to content

Commit 66157cf

Browse files
committed
Release 2.7.0 (77)
1 parent 5366538 commit 66157cf

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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+
## [2.7.0] - 12-07-2025
8+
### Changed
9+
- Updated libraries
10+
11+
712
## [2.6.8] - 12-10-2023
813
### Fixed
914
- Startup crash on Android 14

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
minSdkVersion 21
1919
targetSdkVersion 36
2020

21-
versionCode 76
22-
versionName "2.6.8"
21+
versionCode 77
22+
versionName "2.7.0"
2323
}
2424

2525
if (isCi) {
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
### Fixed
2-
- Fixed permission issues on Android 13
3-
- Startup crash on Android 14
4-
51
### Changed
62
- Updated libraries

0 commit comments

Comments
 (0)