1.1940 release

pull/209/head 1.1940
M66B 3 years ago
parent 3b82117c6a
commit f57ab8e363

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

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download' apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1939 } def getVersionCode = { -> return 1940 }
def getRevision = { -> return "a" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Kinnareemimus" } def getReleaseName = { -> return "Kinnareemimus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save