1.2254 release

pull/217/head 1.2254
M66B 9 months ago
parent f7054cb250
commit b7a6f66081

@ -4,7 +4,7 @@
### Notices
Merry Christmas and Happy new Year.
Happy new Year 🎆
Google requires FairEmail to undergo an annual [CASA](https://appdefensealliance.dev/casa) security audit,
which must be conducted by an authorized assessor (this year [TAC Security](https://casa.tacsecurity.com/site/home)).
@ -32,10 +32,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### Next version
### 1.2254 2024-12-31
* Added experimental force light for reformatted message view
* Updated libraries
* Updated libraries, including [Jsoup](https://jsoup.org/news/) and [BouncyCastle](https://www.bouncycastle.org/news/)
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)

@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2253 }
def getRevision = { -> return "b" }
def getVersionCode = { -> return 2254 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Barsboldia" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
@ -838,7 +838,7 @@ dependencies {
// https://search.maven.org/artifact/io.github.everythingme/overscroll-decor-android
implementation "io.github.everythingme:overscroll-decor-android:$overscroll_version"
// https://www.bouncycastle.org/latest_releases.html
// https://www.bouncycastle.org/news/
// https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15to18
// https://mvnrepository.com/artifact/org.bouncycastle/bctls-jdk15to18
implementation "org.bouncycastle:bcpkix-jdk15to18:$bouncycastle_version"

@ -4,7 +4,7 @@
### Notices
Merry Christmas and Happy new Year.
Happy new Year 🎆
Google requires FairEmail to undergo an annual [CASA](https://appdefensealliance.dev/casa) security audit,
which must be conducted by an authorized assessor (this year [TAC Security](https://casa.tacsecurity.com/site/home)).
@ -32,10 +32,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### Next version
### 1.2254 2024-12-31
* Added experimental force light for reformatted message view
* Updated libraries
* Updated libraries, including [Jsoup](https://jsoup.org/news/) and [BouncyCastle](https://www.bouncycastle.org/news/)
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)

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