1.1994 release

pull/209/head 1.1994
M66B 3 years ago
parent 079803e0bf
commit e65ab170b9

@ -4,6 +4,12 @@
### [Mei long](https://en.wikipedia.org/wiki/Mei_long) ### [Mei long](https://en.wikipedia.org/wiki/Mei_long)
### 1.1994 - 2022-10-29
* Fixed settings export for older devices
* Small improvements and minor bug fixes
* Updated translations
### 1.1993 - 2022-10-28 ### 1.1993 - 2022-10-28
* Fixed rare crash * Fixed rare crash

@ -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 1993 } def getVersionCode = { -> return 1994 }
def getRevision = { -> return "a" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Mei long" } def getReleaseName = { -> return "Mei long" }
// 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,12 @@
### [Mei long](https://en.wikipedia.org/wiki/Mei_long) ### [Mei long](https://en.wikipedia.org/wiki/Mei_long)
### 1.1994 - 2022-10-29
* Fixed settings export for older devices
* Small improvements and minor bug fixes
* Updated translations
### 1.1993 - 2022-10-28 ### 1.1993 - 2022-10-28
* Fixed rare crash * Fixed rare crash

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