mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 06:31:17 +00:00
1.2126 release
This commit is contained in:
parent
ce88482e69
commit
0eda53b991
4 changed files with 2609 additions and 1 deletions
|
@ -6,6 +6,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [Vallibonavenatrix](https://en.wikipedia.org/wiki/Vallibonavenatrix)
|
||||
|
||||
### 1.2126 - 2023-11-15
|
||||
|
||||
* Fixed compatibility with Android 5 Lollipop
|
||||
* Small improvements and minor bug fixes
|
||||
|
||||
### 1.2125 - 2023-11-15
|
||||
|
||||
* Small improvements and minor bug fixes
|
||||
|
|
|
@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
|
|||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'de.undercouch.download'
|
||||
|
||||
def getVersionCode = { -> return 2125 }
|
||||
def getVersionCode = { -> return 2126 }
|
||||
def getRevision = { -> return "a" }
|
||||
def getReleaseName = { -> return "Vallibonavenatrix" }
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
|
|
@ -6,6 +6,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [Vallibonavenatrix](https://en.wikipedia.org/wiki/Vallibonavenatrix)
|
||||
|
||||
### 1.2126 - 2023-11-15
|
||||
|
||||
* Fixed compatibility with Android 5 Lollipop
|
||||
* Small improvements and minor bug fixes
|
||||
|
||||
### 1.2125 - 2023-11-15
|
||||
|
||||
* Small improvements and minor bug fixes
|
||||
|
|
2598
metadata/en-US/changelogs/2126.txt
Normal file
2598
metadata/en-US/changelogs/2126.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue