1.1892 release

pull/207/head 1.1892
M66B 3 years ago
parent 82cfec641d
commit 3a32fa8a62

@ -4,6 +4,12 @@
### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
### 1.1892 - 2022-05-07
* Added optional day/night mode for widgets
* Small improvements and minor bug fixes
* Updated translations
### 1.1891b - 2022-05-05
* Added avatars option to message list widget

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

File diff suppressed because it is too large Load Diff

@ -4,6 +4,12 @@
### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
### 1.1892 - 2022-05-07
* Added optional day/night mode for widgets
* Small improvements and minor bug fixes
* Updated translations
### 1.1891b - 2022-05-05
* Added avatars option to message list widget

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save