1.2024 release

pull/210/head 1.2024
M66B 3 years ago
parent 5c63edc69c
commit fbdff775ee

@ -6,6 +6,10 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### 1.2024 - 2022-12-31
* Small improvements and minor bug fixes
### 1.2023 - 2022-12-30
* Restored the bugfix and declared that the app is sending email addresses to third-parties in the Play Store data safety form when it is not :-(

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

@ -6,6 +6,10 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### 1.2024 - 2022-12-31
* Small improvements and minor bug fixes
### 1.2023 - 2022-12-30
* Restored the bugfix and declared that the app is sending email addresses to third-parties in the Play Store data safety form when it is not :-(

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