1.2019 release

pull/210/head 1.2019
M66B 3 years ago
parent a13772d856
commit 96331bdeb4

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

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2018 }
def getVersionCode = { -> return 2019 }
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,6 +6,11 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### 1.2019 - 2022-12-28
* Fixed push messages in some circumstances
* Small improvements and minor bug fixes
### 1.2018 - 2022-12-28
* Fixed occasional freezes

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