mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
1.2127 release
This commit is contained in:
parent
b4e61f7a2d
commit
3e9030c4a7
4 changed files with 2621 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
2605
metadata/en-US/changelogs/2127.txt
Normal file
2605
metadata/en-US/changelogs/2127.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue