diff --git a/CHANGELOG.md b/CHANGELOG.md index 052262fa0b..2468f9f55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan) +### 1.2197 - 2024-06-06 + +* Fixed toolbar height on some Samsung devices +* Small improvements and minor bug fixes +* Updated [translations](https://crowdin.com/project/open-source-email) + ### 1.2196 - 2024-06-04 * Fixed cancel of download attachments dialog diff --git a/app/build.gradle b/app/build.gradle index 8e1fb53f75..efc9a8c555 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle' apply plugin: 'kotlin-android' apply plugin: 'de.undercouch.download' -def getVersionCode = { -> return 2196 } -def getRevision = { -> return "b" } +def getVersionCode = { -> return 2197 } +def getRevision = { -> return "a" } def getReleaseName = { -> return "Acantholipan" } // 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 052262fa0b..2468f9f55d 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -21,6 +21,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan) +### 1.2197 - 2024-06-06 + +* Fixed toolbar height on some Samsung devices +* Small improvements and minor bug fixes +* Updated [translations](https://crowdin.com/project/open-source-email) + ### 1.2196 - 2024-06-04 * Fixed cancel of download attachments dialog