1.2301 Diuqin

master 1.2301
M66B 4 weeks ago
parent 713c2db18b
commit c3afc7a262

@ -30,6 +30,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2301 2025-10-23
* Fixed all reported bugs
* Updated [translations](https://crowdin.com/project/open-source-email)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2300 2025-10-06
* Fixed all reported bugs

@ -2,9 +2,9 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2300 }
def getVersionCode = { -> return 2301 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ceratonykus" }
def getReleaseName = { -> return "Diuqin" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
def keystoreProperties = new Properties()

@ -30,6 +30,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2301 2025-10-23
* Fixed all reported bugs
* Updated [translations](https://crowdin.com/project/open-source-email)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2300 2025-10-06
* Fixed all reported bugs

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