1.2288 release

master 1.2288
M66B 2 months ago
parent 1a1a8f6e4d
commit a9fa99684a

@ -30,6 +30,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2288 2025-07-21
* Fixed status bar color in some cases
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2287 2025-07-17
* Resolved all reported bugs

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2287 }
def getVersionCode = { -> return 2288 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ceratonykus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -30,6 +30,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2288 2025-07-21
* Fixed status bar color in some cases
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2287 2025-07-17
* Resolved all reported bugs

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