mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
1.2252 release
This commit is contained in:
parent
7d1a504979
commit
629c94c1a2
4 changed files with 3532 additions and 4 deletions
|
@ -30,8 +30,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||||
|
|
||||||
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
|
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
|
||||||
|
|
||||||
### Next version
|
### 1.2252 2024-12-18
|
||||||
|
|
||||||
|
* Fixed in-app changelog
|
||||||
* Small improvements and minor bug fixes
|
* Small improvements and minor bug fixes
|
||||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
||||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
* 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: 'kotlin-android'
|
||||||
apply plugin: 'de.undercouch.download'
|
apply plugin: 'de.undercouch.download'
|
||||||
|
|
||||||
def getVersionCode = { -> return 2251 }
|
def getVersionCode = { -> return 2252 }
|
||||||
def getRevision = { -> return "b" }
|
def getRevision = { -> return "a" }
|
||||||
def getReleaseName = { -> return "Barsboldia" }
|
def getReleaseName = { -> return "Barsboldia" }
|
||||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||||
|
|
||||||
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
|
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
|
||||||
|
|
||||||
### Next version
|
### 1.2252 2024-12-18
|
||||||
|
|
||||||
|
* Fixed in-app changelog
|
||||||
* Small improvements and minor bug fixes
|
* Small improvements and minor bug fixes
|
||||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
||||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||||
|
|
3526
metadata/en-US/changelogs/2252.txt
Normal file
3526
metadata/en-US/changelogs/2252.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue