From 5c85948d549ab2a9de65012bd6cfb14d8bc20671 Mon Sep 17 00:00:00 2001 From: devgianlu Date: Sat, 14 Sep 2024 17:37:31 +0200 Subject: [PATCH] Release 5.9.18 (230) --- CHANGELOG.md | 4 ++++ app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/production.txt | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7630f2d6..ef03da38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [5.9.18] - 14-09-2024 +### Fixed +- Fixed startup crash on production build + ## [5.9.17] - 13-09-2024 ### Added - Some translations diff --git a/app/build.gradle b/app/build.gradle index 079988e7..27baec9c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { minSdkVersion 21 targetSdkVersion 34 - versionCode 229 - versionName "5.9.17" + versionCode 230 + versionName "5.9.18" } 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 89bb15d4..da89d8c9 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -2,5 +2,8 @@ - Some translations - Monochrome icon +### Fixed +- Fixed startup crash + ### Changed - Updated libraries \ No newline at end of file