1.1902 release

This commit is contained in:
M66B 2022-05-29 09:20:49 +02:00
parent 88d6b92146
commit 179ba33709
6 changed files with 364461 additions and 1 deletions

View File

@ -4,6 +4,14 @@
### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
### 1.1902 - 2022-05-29
* Fixed memory leak in some scenarios
* Fixed persistent loading spinner in some situations
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
### 1.1901 - 2022-05-27
* Small improvements and minor bug fixes

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1901 }
def getVersionCode = { -> return 1902 }
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,14 @@
### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
### 1.1902 - 2022-05-29
* Fixed memory leak in some scenarios
* Fixed persistent loading spinner in some situations
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
### 1.1901 - 2022-05-27
* Small improvements and minor bug fixes

File diff suppressed because it is too large Load Diff