1.2268 release

pull/217/head 1.2268
M66B 6 months ago
parent 08bc2fd73f
commit c0046fe744

@ -38,6 +38,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2268 2025-03-14
* Fixed delayed marking read
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2267 2025-03-12
* Reverted to [ShortcutBadger](https://github.com/leolin310148/ShortcutBadger)

@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2267 }
def getRevision = { -> return "b" }
def getVersionCode = { -> return 2268 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ceratonykus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -38,6 +38,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2268 2025-03-14
* Fixed delayed marking read
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2267 2025-03-12
* Reverted to [ShortcutBadger](https://github.com/leolin310148/ShortcutBadger)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save