From abfd93f531c49a88c80918608e28599838b30452 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 10 Jun 2022 17:50:42 +0200 Subject: [PATCH] 1.1910 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 366c37440f..b0b6762f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant) +### 1.1910 - 2022-06-10 + +* Fixed dark theme / original message view on Android 12 and before +* Small improvements and minor bug fixes +* Updated translations + ### 1.1909 - 2022-06-10 * Fixed dark theme / original message view on Android 13 diff --git a/app/build.gradle b/app/build.gradle index 4dfd1e74d6..da5450773b 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 1909 } +def getVersionCode = { -> return 1910 } def getRevision = { -> return "a" } def getReleaseName = { -> return "Juratyrant" } // 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 366c37440f..b0b6762f97 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -4,6 +4,12 @@ ### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant) +### 1.1910 - 2022-06-10 + +* Fixed dark theme / original message view on Android 12 and before +* Small improvements and minor bug fixes +* Updated translations + ### 1.1909 - 2022-06-10 * Fixed dark theme / original message view on Android 13