1.1903 release

pull/207/head 1.1903
M66B 2 years ago
parent 5218b1598c
commit f6e9a35623

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

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

@ -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
Loading…
Cancel
Save