1.2232 release

pull/217/head 1.2232
M66B 1 year ago
parent a1638d94cb
commit 8980d56986

@ -20,6 +20,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### 1.2232 2024-09-16
* Fixed resuming sending after restarting the device
### 1.2231 2024-09-16
* Fixed downloading raw message files (EML files) in some situations

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

@ -20,6 +20,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### 1.2232 2024-09-16
* Fixed resuming sending after restarting the device
### 1.2231 2024-09-16
* Fixed downloading raw message files (EML files) in some situations

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