From 96e057a0e6e69916d2630bbfe55a116a62fc4ddc Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 30 Mar 2022 10:42:12 +0200 Subject: [PATCH] 1.1864 release --- CHANGELOG.md | 4 ++++ app/build.gradle | 2 +- app/src/main/assets/CHANGELOG.md | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 199c0732c2..ad181e9913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator) +### 1.1864 - 2022-03-30 + +* Fixed starting disabled accounts + ### 1.1863 - 2022-03-30 * Converting background images into images (reformatted message view) diff --git a/app/build.gradle b/app/build.gradle index 7ef23dc1eb..3a0ea6c356 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 1863 } +def getVersionCode = { -> return 1864 } 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 199c0732c2..ad181e9913 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -4,6 +4,10 @@ ### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator) +### 1.1864 - 2022-03-30 + +* Fixed starting disabled accounts + ### 1.1863 - 2022-03-30 * Converting background images into images (reformatted message view)