1.2166 release

This commit is contained in:
M66B 2024-03-08 07:31:12 +01:00
parent 320c7ff071
commit d0b3c6875b
4 changed files with 2889 additions and 4 deletions

View File

@ -6,9 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Zby](https://en.wikipedia.org/wiki/Zby)
### Next version
### 1.2166 - 2024-03-08
* Added sorting on unread/starred and starred/unread messages
* Added option to configure number of send attempts
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

View File

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

View File

@ -6,9 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Zby](https://en.wikipedia.org/wiki/Zby)
### Next version
### 1.2166 - 2024-03-08
* Added sorting on unread/starred and starred/unread messages
* Added option to configure number of send attempts
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

File diff suppressed because it is too large Load Diff