1.2051 release

This commit is contained in:
M66B 2023-03-05 20:46:59 +01:00
parent 7c1ab5e7dc
commit 308904d505
7 changed files with 806010 additions and 1 deletions

View File

@ -6,6 +6,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### 1.2051 - 2023-03-05
* Fixed changing auth type
* Small improvements and minor bug fixes
### 1.2050 - 2023-03-05
* Fixed updating Microsoft Graph tokens

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2050 }
def getVersionCode = { -> return 2051 }
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,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### 1.2051 - 2023-03-05
* Fixed changing auth type
* Small improvements and minor bug fixes
### 1.2050 - 2023-03-05
* Fixed updating Microsoft Graph tokens

File diff suppressed because it is too large Load Diff