1.2020 release

This commit is contained in:
M66B 2022-12-30 08:55:55 +01:00
parent 3e24e92b3a
commit e54448f1b5
6 changed files with 531437 additions and 1 deletions

View File

@ -6,6 +6,11 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### 1.2020 - 2022-12-29
* Fixed opening the app in some circumstances
* Small improvements and minor bug fixes
### 1.2019 - 2022-12-28
* Fixed push messages in some circumstances

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2019 }
def getVersionCode = { -> return 2020 }
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

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,11 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### 1.2020 - 2022-12-29
* Fixed opening the app in some circumstances
* Small improvements and minor bug fixes
### 1.2019 - 2022-12-28
* Fixed push messages in some circumstances

File diff suppressed because it is too large Load Diff