1.1892 release

This commit is contained in:
M66B 2022-05-07 10:35:27 +02:00
parent 82cfec641d
commit 3a32fa8a62
6 changed files with 342546 additions and 2 deletions

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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