1.1903 release

This commit is contained in:
M66B 2022-05-30 07:43:45 +02:00
parent 5218b1598c
commit f6e9a35623
6 changed files with 364470 additions and 1 deletions

View File

@ -4,6 +4,13 @@
### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
### 1.1903 - 2022-05-30
* Fixed archiving/trashing Gmail drafts
* Auto block sender on moving (as opposed to reporting) messages to spam
* Small improvements and minor bug fixes
* Updated translations
### 1.1902 - 2022-05-29
* Fixed memory leak in some scenarios

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1902 }
def getVersionCode = { -> return 1903 }
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,13 @@
### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
### 1.1903 - 2022-05-30
* Fixed archiving/trashing Gmail drafts
* Auto block sender on moving (as opposed to reporting) messages to spam
* Small improvements and minor bug fixes
* Updated translations
### 1.1902 - 2022-05-29
* Fixed memory leak in some scenarios

File diff suppressed because it is too large Load Diff