1.2043 release

This commit is contained in:
M66B 2023-02-05 12:58:01 +01:00
parent 7474979c1e
commit ce045d4856
7 changed files with 808544 additions and 2 deletions

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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