1.1936 release

This commit is contained in:
M66B 2022-07-20 13:52:45 +02:00
parent ada1b48166
commit 2737717fe0
6 changed files with 347018 additions and 1 deletions

View File

@ -4,6 +4,12 @@
### [Kinnareemimus](https://en.wikipedia.org/wiki/Kinnareemimus)
### 1.1936 - 2022-07-20
* Disabled Gmail web OAuth flow
* Small improvements and minor bug fixes
* Updated translations
### 1.1935 - 2022-07-20
* Added editing saved search name, order (new) and color

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1935 }
def getVersionCode = { -> return 1936 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Kinnareemimus" }
// 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 @@
### [Kinnareemimus](https://en.wikipedia.org/wiki/Kinnareemimus)
### 1.1936 - 2022-07-20
* Disabled Gmail web OAuth flow
* Small improvements and minor bug fixes
* Updated translations
### 1.1935 - 2022-07-20
* Added editing saved search name, order (new) and color

File diff suppressed because it is too large Load Diff