mirror of https://github.com/M66B/FairEmail.git
1.2181 release
This commit is contained in:
parent
413964da62
commit
e8e72d03d2
|
@ -8,10 +8,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||||
|
|
||||||
### Next version
|
### Next version
|
||||||
|
|
||||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
|
||||||
|
|
||||||
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
|
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
|
### 1.2180 - 2024-05-13
|
||||||
|
|
||||||
* Improved [Gemini](https://m66b.github.io/FairEmail/#faq204) integration
|
* Improved [Gemini](https://m66b.github.io/FairEmail/#faq204) integration
|
||||||
|
|
|
@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
|
||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
apply plugin: 'de.undercouch.download'
|
apply plugin: 'de.undercouch.download'
|
||||||
|
|
||||||
def getVersionCode = { -> return 2180 }
|
def getVersionCode = { -> return 2181 }
|
||||||
def getRevision = { -> return "b" }
|
def getRevision = { -> return "a" }
|
||||||
def getReleaseName = { -> return "Acantholipan" }
|
def getReleaseName = { -> return "Acantholipan" }
|
||||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||||
|
|
||||||
|
|
|
@ -8,10 +8,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||||
|
|
||||||
### Next version
|
### Next version
|
||||||
|
|
||||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
|
||||||
|
|
||||||
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
|
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
|
### 1.2180 - 2024-05-13
|
||||||
|
|
||||||
* Improved [Gemini](https://m66b.github.io/FairEmail/#faq204) integration
|
* Improved [Gemini](https://m66b.github.io/FairEmail/#faq204) integration
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue