1.2312 release

master 1.2312
M66B 6 days ago
parent dc8fdff0f2
commit 9c581caba1

@ -30,6 +30,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2312 2026-02-16
* Fixed all reported bugs
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2311 2026-02-07
* Fixed all reported bugs

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

@ -30,6 +30,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2312 2026-02-16
* Fixed all reported bugs
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2311 2026-02-07
* Fixed all reported bugs

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