1.2232 release

This commit is contained in:
M66B 2024-09-16 12:06:49 +02:00
parent a1638d94cb
commit 8980d56986
4 changed files with 3377 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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