1.2050 release

This commit is contained in:
M66B 2023-03-05 09:03:00 +01:00
parent 21ad47d30c
commit a827d44533
7 changed files with 806035 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.2050 - 2023-03-05
* Fixed updating Microsoft Graph tokens
* Small improvements and minor bug fixes
### 1.2049 - 2023-03-04
* Fixed refreshing 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 2049 }
def getVersionCode = { -> return 2050 }
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.2050 - 2023-03-05
* Fixed updating Microsoft Graph tokens
* Small improvements and minor bug fixes
### 1.2049 - 2023-03-04
* Fixed refreshing Microsoft Graph tokens

File diff suppressed because it is too large Load Diff