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