1.2275 release

master 1.2275
M66B 5 months ago
parent ae474cb78a
commit 605bce2c9a

@ -28,7 +28,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus) ### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2274 2025-04-24 ### 1.2275 2025-05-06
* Added Mozilla CA S/MIME certificates
* Fixed navigation bar color in some cases
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2274 2025-04-24 *
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)

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

@ -28,7 +28,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus) ### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2274 2025-04-24 ### 1.2275 2025-05-06
* Added Mozilla CA S/MIME certificates
* Fixed navigation bar color in some cases
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2274 2025-04-24 *
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)

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