From 7a48e957e1cf983c89ccb9579d08a29f55d6a6e6 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 30 Mar 2022 08:58:38 +0200 Subject: [PATCH] 1.1863 release --- CHANGELOG.md | 6 ++++++ app/build.gradle | 2 +- app/src/main/assets/CHANGELOG.md | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c9018a42..199c0732c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator) +### 1.1863 - 2022-03-30 + +* Converting background images into images (reformatted message view) +* Small improvements and minor bug fixes +* Updated translations + ### 1.1862 - 2022-03-28 * Added local contact editor diff --git a/app/build.gradle b/app/build.gradle index a81a764cac..7ef23dc1eb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle' apply plugin: 'kotlin-android' apply plugin: 'de.undercouch.download' -def getVersionCode = { -> return 1862 } +def getVersionCode = { -> return 1863 } def getRevision = { -> return "a" } def getReleaseName = { -> return "Gobivenator" } // https://en.wikipedia.org/wiki/List_of_dinosaur_genera diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index e8c9018a42..199c0732c2 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -4,6 +4,12 @@ ### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator) +### 1.1863 - 2022-03-30 + +* Converting background images into images (reformatted message view) +* Small improvements and minor bug fixes +* Updated translations + ### 1.1862 - 2022-03-28 * Added local contact editor