mirror of https://github.com/M66B/FairEmail.git
1.2173 release
This commit is contained in:
parent
7ca74f1899
commit
5d64c94dce
|
@ -6,7 +6,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [Zby](https://en.wikipedia.org/wiki/Zby)
|
||||
|
||||
### Next version
|
||||
### 1.2173 - 2024-04-16
|
||||
|
||||
* Added *primary inbox* start screen option
|
||||
* Added *NOT* option to rule conditions
|
||||
|
|
|
@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
|
|||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'de.undercouch.download'
|
||||
|
||||
def getVersionCode = { -> return 2172 }
|
||||
def getRevision = { -> return "b" }
|
||||
def getVersionCode = { -> return 2173 }
|
||||
def getRevision = { -> return "a" }
|
||||
def getReleaseName = { -> return "Zby" }
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [Zby](https://en.wikipedia.org/wiki/Zby)
|
||||
|
||||
### Next version
|
||||
### 1.2173 - 2024-04-16
|
||||
|
||||
* Added *primary inbox* start screen option
|
||||
* Added *NOT* option to rule conditions
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue