1.2043 release

pull/212/head 1.2043
M66B 3 years ago
parent 7474979c1e
commit ce045d4856

@ -6,6 +6,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### 1.2043 - 2023-02-05
* Small improvements and minor bug fixes
* Updated material design library
* Updated translations
### 1.2042 - 2023-02-03
* Fixed confirming non-https links

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

File diff suppressed because it is too large Load Diff

@ -6,6 +6,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### 1.2043 - 2023-02-05
* Small improvements and minor bug fixes
* Updated material design library
* Updated translations
### 1.2042 - 2023-02-03
* Fixed confirming non-https links

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