1.1982 release

This commit is contained in:
M66B 2022-10-14 11:31:17 +02:00
parent ca8df6d5b7
commit 454d72a6d2
6 changed files with 350855 additions and 1 deletions

View File

@ -4,6 +4,12 @@
### [Mei long](https://en.wikipedia.org/wiki/Mei_long)
### 1.1982 - 2022-10-14
* Small improvements and minor bug fixes
* Updated Public Suffix List
* Updated translations
### 1.1981 - 2022-10-13
* Added AND (+) and NOT (-) search terms to on-device searching, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq13)

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,12 @@
### [Mei long](https://en.wikipedia.org/wiki/Mei_long)
### 1.1982 - 2022-10-14
* Small improvements and minor bug fixes
* Updated Public Suffix List
* Updated translations
### 1.1981 - 2022-10-13
* Added AND (+) and NOT (-) search terms to on-device searching, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq13)

File diff suppressed because it is too large Load Diff