1.2127 release

This commit is contained in:
M66B 2023-11-16 16:29:52 +01:00
parent b4e61f7a2d
commit 3e9030c4a7
4 changed files with 2621 additions and 2 deletions

View File

@ -6,6 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Vallibonavenatrix](https://en.wikipedia.org/wiki/Vallibonavenatrix)
### 1.2127 - 2023-11-16
* Fixed move / quick action bar
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2126 - 2023-11-15
* Fixed compatibility with Android 5 Lollipop

View File

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

View File

@ -6,6 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Vallibonavenatrix](https://en.wikipedia.org/wiki/Vallibonavenatrix)
### 1.2127 - 2023-11-16
* Fixed move / quick action bar
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2126 - 2023-11-15
* Fixed compatibility with Android 5 Lollipop

File diff suppressed because it is too large Load Diff