From 956c07168ada450b6088840f7068ccd733cd0fd4 Mon Sep 17 00:00:00 2001 From: devgianlu Date: Wed, 11 Oct 2023 16:27:08 +0200 Subject: [PATCH] Release 2.6.7 (75) --- CHANGELOG.md | 9 +++++++++ app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/production.txt | 4 ++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ff58c8..eaa921ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.7] - 11-10-2023 +### Fixed +- Fixed permission issues on Android 13 +- Startup crash on Android 14 + +### Changed +- Updated libraries + + ## [2.6.6] - 08-06-2023 ### Changed - Updated libraries diff --git a/app/build.gradle b/app/build.gradle index 63f828d5..9f0ff5ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { minSdkVersion 21 targetSdkVersion 34 - versionCode 74 - versionName "2.6.6" + versionCode 75 + versionName "2.6.7" } if (isCi) { diff --git a/app/src/main/play/release-notes/en-GB/production.txt b/app/src/main/play/release-notes/en-GB/production.txt index 579a475b..2d85e478 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,2 +1,6 @@ +### Fixed +- Fixed permission issues on Android 13 +- Startup crash on Android 14 + ### Changed - Updated libraries \ No newline at end of file