1.2151 release

This commit is contained in:
M66B 2024-01-22 08:38:06 +01:00
parent 56a63dc66e
commit cd8bd3eae6
4 changed files with 2784 additions and 1 deletions

View File

@ -6,6 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ypupiara](https://en.wikipedia.org/wiki/Ypupiara)
### 1.2151 - 2024-01-22
* Fixed crash on some devices
### 1.2150 - 2024-01-22
* Added rule action to silence notifications, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#faq71)

View File

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

View File

@ -6,6 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ypupiara](https://en.wikipedia.org/wiki/Ypupiara)
### 1.2151 - 2024-01-22
* Fixed crash on some devices
### 1.2150 - 2024-01-22
* Added rule action to silence notifications, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#faq71)

File diff suppressed because it is too large Load Diff