mirror of https://github.com/M66B/FairEmail.git
1.1875 release
This commit is contained in:
parent
c36104f030
commit
a1636b849a
|
@ -4,6 +4,12 @@
|
|||
|
||||
### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
|
||||
|
||||
### 1.1875 - 2022-04-13
|
||||
|
||||
* Fixed crash on some Android versions
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated translations
|
||||
|
||||
### 1.1874 - 2022-04-13
|
||||
|
||||
* Added padding option for tabular view in overflow menu
|
||||
|
|
|
@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
|
|||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'de.undercouch.download'
|
||||
|
||||
def getVersionCode = { -> return 1874 }
|
||||
def getVersionCode = { -> return 1875 }
|
||||
def getRevision = { -> return "a" }
|
||||
def getReleaseName = { -> return "Gobivenator" }
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
|
||||
### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
|
||||
|
||||
### 1.1875 - 2022-04-13
|
||||
|
||||
* Fixed crash on some Android versions
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated translations
|
||||
|
||||
### 1.1874 - 2022-04-13
|
||||
|
||||
* Added padding option for tabular view in overflow menu
|
||||
|
|
Loading…
Reference in New Issue