1.1940 release

This commit is contained in:
M66B 2022-07-21 14:55:25 +02:00
parent 3b82117c6a
commit f57ab8e363
6 changed files with 347057 additions and 1 deletions

View File

@ -4,6 +4,10 @@
### [Kinnareemimus](https://en.wikipedia.org/wiki/Kinnareemimus)
### 1.1940 - 2022-07-21
* Added check for token expiration
### 1.1939 - 2022-07-21
* Fixed saving searches

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1939 }
def getVersionCode = { -> return 1940 }
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,10 @@
### [Kinnareemimus](https://en.wikipedia.org/wiki/Kinnareemimus)
### 1.1940 - 2022-07-21
* Added check for token expiration
### 1.1939 - 2022-07-21
* Fixed saving searches

File diff suppressed because it is too large Load Diff