1.2262 release

pull/217/head 1.2262
M66B 8 months ago
parent e7489a7cbc
commit d349f350ff

@ -30,6 +30,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### 1.2262 2025-01-30
* Fixed deleting sent messages in some cases
### 1.2261 2025-01-30
* Released [expression conditions](https://m66b.github.io/FairEmail/#expression_conditions) as non-experimental

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

@ -30,6 +30,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### 1.2262 2025-01-30
* Fixed deleting sent messages in some cases
### 1.2261 2025-01-30
* Released [expression conditions](https://m66b.github.io/FairEmail/#expression_conditions) as non-experimental

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