1.2032 release

This commit is contained in:
M66B 2023-01-26 10:06:19 +01:00
parent 59e1223604
commit 3b05c84147
6 changed files with 535595 additions and 5 deletions

View File

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

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2031 }
def getVersionCode = { -> return 2032 }
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,9 +6,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### Next version
### 1.2032 - 2023-01-26
* Added local operations for POP3
* Added local POP3 operations to reduce the number of account connections
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations

File diff suppressed because it is too large Load Diff