Skip to content

Commit

Permalink
Release 2.6.8 (76)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Oct 12, 2023
1 parent 9164986 commit 65c5f4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.6.8] - 12-10-2023
### Fixed
- Startup crash on Android 14


## [2.6.7] - 11-10-2023
### Fixed
- Fixed permission issues on Android 13
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
minSdkVersion 21
targetSdkVersion 34

versionCode 75
versionName "2.6.7"
versionCode 76
versionName "2.6.8"
}

if (isCi) {
Expand Down

0 comments on commit 65c5f4d

Please sign in to comment.