1.2332 release

master 1.2332
M66B 2 weeks ago
parent b93540acb0
commit 8c34bf2662

@ -30,6 +30,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2332 2026-08-24
* Fixed reformatted view for Android 6
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2331 2026-08-22
* Improved support for [PGPony](https://github.com/norsehorse-dev/PGPonyAndroid) as an alternative to [OpenKeychain](https://github.com/open-keychain/open-keychain)

@ -3,7 +3,7 @@ plugins {
id 'de.undercouch.download'
}
def getVersionCode = { -> return 2331 }
def getVersionCode = { -> return 2332 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Elopteryx" }
// 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.2332 2026-08-24
* Fixed reformatted view for Android 6
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2331 2026-08-22
* Improved support for [PGPony](https://github.com/norsehorse-dev/PGPonyAndroid) as an alternative to [OpenKeychain](https://github.com/open-keychain/open-keychain)

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