mirror of https://github.com/M66B/FairEmail.git
1.2170 release
This commit is contained in:
parent
1a2ac920c5
commit
b385a52cbf
|
@ -6,14 +6,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||||
|
|
||||||
### [Zby](https://en.wikipedia.org/wiki/Zby)
|
### [Zby](https://en.wikipedia.org/wiki/Zby)
|
||||||
|
|
||||||
### Next version
|
### 1.2170 - 2024-03-23
|
||||||
|
|
||||||
* Added Arabic to [DeepL translation](https://github.com/M66B/FairEmail/blob/master/FAQ.md#faq167) options
|
* Added Arabic to [DeepL translation](https://github.com/M66B/FairEmail/blob/master/FAQ.md#faq167) options
|
||||||
* Small improvements and minor bug fixes
|
* Small improvements and minor bug fixes
|
||||||
* Updated build tools
|
* Updated build tools
|
||||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||||
|
|
||||||
### 1.2169 - 2024-03-16 *
|
### 1.2169 - 2024-03-16
|
||||||
|
|
||||||
* Small improvements and minor bug fixes
|
* Small improvements and minor bug fixes
|
||||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||||
|
|
|
@ -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 2169 }
|
def getVersionCode = { -> return 2170 }
|
||||||
def getRevision = { -> return "b" }
|
def getRevision = { -> return "a" }
|
||||||
def getReleaseName = { -> return "Zby" }
|
def getReleaseName = { -> return "Zby" }
|
||||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||||
|
|
||||||
|
|
|
@ -6,14 +6,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||||
|
|
||||||
### [Zby](https://en.wikipedia.org/wiki/Zby)
|
### [Zby](https://en.wikipedia.org/wiki/Zby)
|
||||||
|
|
||||||
### Next version
|
### 1.2170 - 2024-03-23
|
||||||
|
|
||||||
* Added Arabic to [DeepL translation](https://github.com/M66B/FairEmail/blob/master/FAQ.md#faq167) options
|
* Added Arabic to [DeepL translation](https://github.com/M66B/FairEmail/blob/master/FAQ.md#faq167) options
|
||||||
* Small improvements and minor bug fixes
|
* Small improvements and minor bug fixes
|
||||||
* Updated build tools
|
* Updated build tools
|
||||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||||
|
|
||||||
### 1.2169 - 2024-03-16 *
|
### 1.2169 - 2024-03-16
|
||||||
|
|
||||||
* Small improvements and minor bug fixes
|
* Small improvements and minor bug fixes
|
||||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue