1.2021 release

pull/210/head 1.2021
M66B 3 years ago
parent 28768061df
commit 21e9d31c22

@ -6,7 +6,12 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### 1.2020 - 2022-12-29
### 1.2021 - 2022-12-30
* Disabled BIMI for the Play Store version
* Small improvements and minor bug fixes
### 1.2020 - 2022-12-30
* Fixed opening the app in some circumstances
* Small improvements and minor bug fixes

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2020 }
def getVersionCode = { -> return 2021 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Pelecanimimus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

@ -6,7 +6,12 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### 1.2020 - 2022-12-29
### 1.2021 - 2022-12-30
* Disabled BIMI for the Play Store version
* Small improvements and minor bug fixes
### 1.2020 - 2022-12-30
* Fixed opening the app in some circumstances
* Small improvements and minor bug fixes

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