mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 10:16:45 +00:00
1.1727 release
This commit is contained in:
parent
b436a086c3
commit
394c188f57
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
|
### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
|
||||||
|
|
||||||
### Next version
|
### 1.1727
|
||||||
|
|
||||||
* Following dark/light theme for original message view
|
* Following dark/light theme for original message view
|
||||||
* Added message menu item / optional button to force light theme for original message view
|
* Added message menu item / optional button to force light theme for original message view
|
||||||
|
|
|
@ -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 1726 }
|
def getVersionCode = { -> return 1727 }
|
||||||
def getRevision = { -> "\"d\"" }
|
def getRevision = { -> "\"a\"" }
|
||||||
def getReleaseName = { -> return "\"Yaverlandia\"" }
|
def getReleaseName = { -> return "\"Yaverlandia\"" }
|
||||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
|
### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
|
||||||
|
|
||||||
### Next version
|
### 1.1727
|
||||||
|
|
||||||
* Following dark/light theme for original message view
|
* Following dark/light theme for original message view
|
||||||
* Added message menu item / optional button to force light theme for original message view
|
* Added message menu item / optional button to force light theme for original message view
|
||||||
|
|
Loading…
Reference in a new issue