1.2033 release

This commit is contained in:
M66B 2023-01-26 22:41:40 +01:00
parent 26045e49f2
commit 63e49f06ed
6 changed files with 535614 additions and 1 deletions

View File

@ -6,6 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### 1.2033 - 2023-01-26
* Fixed incorrect folder state icons
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
### 1.2032 - 2023-01-26
* Added local POP3 operations to reduce the number of account connections

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2032 }
def getVersionCode = { -> return 2033 }
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

View File

@ -6,6 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### 1.2033 - 2023-01-26
* Fixed incorrect folder state icons
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
### 1.2032 - 2023-01-26
* Added local POP3 operations to reduce the number of account connections

File diff suppressed because it is too large Load Diff