mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-21 23:32:51 +00:00
1.2247 release
This commit is contained in:
parent
27fb744e53
commit
f7e1004d81
4 changed files with 3499 additions and 2 deletions
|
@ -27,6 +27,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
|
||||
|
||||
### 1.2247 2024-11-16
|
||||
|
||||
* 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.2246 2024-11-13
|
||||
|
||||
* Added fast *forward to*, see [the FAQ](https://m66b.github.io/FairEmail/#faq125)
|
||||
|
|
|
@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
|
|||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'de.undercouch.download'
|
||||
|
||||
def getVersionCode = { -> return 2246 }
|
||||
def getRevision = { -> return "b" }
|
||||
def getVersionCode = { -> return 2247 }
|
||||
def getRevision = { -> return "a" }
|
||||
def getReleaseName = { -> return "Barsboldia" }
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
||||
|
|
|
@ -27,6 +27,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
|
||||
|
||||
### 1.2247 2024-11-16
|
||||
|
||||
* 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.2246 2024-11-13
|
||||
|
||||
* Added fast *forward to*, see [the FAQ](https://m66b.github.io/FairEmail/#faq125)
|
||||
|
|
3485
metadata/en-US/changelogs/2247.txt
Normal file
3485
metadata/en-US/changelogs/2247.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue