1.2181 release

This commit is contained in:
M66B 2024-05-13 17:45:50 +02:00
parent 413964da62
commit e8e72d03d2
4 changed files with 3022 additions and 6 deletions

View File

@ -8,10 +8,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2181 - 2024-05-13
* Reverted [AndroidX ROOM](https://developer.android.com/jetpack/androidx/releases/room#2.6.1) to version 2.4.3 to solve locking issues (*)
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2180 - 2024-05-13
* Improved [Gemini](https://m66b.github.io/FairEmail/#faq204) integration

View File

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

View File

@ -8,10 +8,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2181 - 2024-05-13
* Reverted [AndroidX ROOM](https://developer.android.com/jetpack/androidx/releases/room#2.6.1) to version 2.4.3 to solve locking issues (*)
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2180 - 2024-05-13
* Improved [Gemini](https://m66b.github.io/FairEmail/#faq204) integration

File diff suppressed because it is too large Load Diff