1.2032 release

pull/212/head 1.2032
M66B 3 years ago
parent 59e1223604
commit 3b05c84147

@ -6,9 +6,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus) ### [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 * Small improvements and minor bug fixes
* Updated AndroidX * Updated AndroidX
* Updated translations * Updated translations

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download' apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2031 } def getVersionCode = { -> return 2032 }
def getRevision = { -> return "a" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Quetecsaurus" } def getReleaseName = { -> return "Quetecsaurus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

@ -6,9 +6,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus) ### [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 * Small improvements and minor bug fixes
* Updated AndroidX * Updated AndroidX
* Updated translations * Updated translations

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save