1.1875 release

This commit is contained in:
M66B 2022-04-13 18:07:26 +02:00
parent c36104f030
commit a1636b849a
3 changed files with 13 additions and 1 deletions

View File

@ -4,6 +4,12 @@
### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
### 1.1875 - 2022-04-13
* Fixed crash on some Android versions
* Small improvements and minor bug fixes
* Updated translations
### 1.1874 - 2022-04-13
* Added padding option for tabular view in overflow menu

View File

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

View File

@ -4,6 +4,12 @@
### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
### 1.1875 - 2022-04-13
* Fixed crash on some Android versions
* Small improvements and minor bug fixes
* Updated translations
### 1.1874 - 2022-04-13
* Added padding option for tabular view in overflow menu