1.2272 release

pull/217/head 1.2272
M66B 5 months ago
parent fadc0144a4
commit 005e01e669

@ -28,6 +28,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2272 2025-04-08
* Fixed back gestures for Hyper OS
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2271 2025-04-08
* Added option for narrow color stripes

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

@ -28,6 +28,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2272 2025-04-08
* Fixed back gestures for Hyper OS
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2271 2025-04-08
* Added option for narrow color stripes

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