1.2287 release

master 1.2287
M66B 2 months ago
parent caab818e7b
commit 5fc9086a3f

@ -30,6 +30,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2287 2025-07-17
* Resolved all reported bugs
* Small improvements and minor bug fixes
* Updated [S/MIME root certificates](https://wiki.mozilla.org/CA/Included_Certificates)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

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

@ -30,6 +30,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2287 2025-07-17
* Resolved all reported bugs
* Small improvements and minor bug fixes
* Updated [S/MIME root certificates](https://wiki.mozilla.org/CA/Included_Certificates)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

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