mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 18:35:06 +01:00
Updated AndroidX
This commit is contained in:
@@ -33,6 +33,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||
* Added option to limit the width only when resizing images
|
||||
* Added support for separate S/MIME sign and encrypt certificates, see [the FAQ](https://m66b.github.io/FairEmail/#faq12) for details
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
|
||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
|
||||
|
||||
@@ -548,13 +548,13 @@ dependencies {
|
||||
def startup_version = "1.2.0"
|
||||
def annotation_version_experimental = "1.5.0"
|
||||
def core_version = "1.16.0"
|
||||
def appcompat_version = "1.7.0"
|
||||
def emoji_version = "1.5.0"
|
||||
def appcompat_version = "1.7.1"
|
||||
def emoji_version = "1.5.0" // 1.6.0-alpha01
|
||||
def flatbuffers_version = "2.0.0"
|
||||
def activity_version = "1.10.0" // 1.11.0-rc01//1.12.0-alpha01
|
||||
def fragment_version = "1.8.7"
|
||||
def activity_version = "1.10.0" // 1.11.0-rc01//1.12.0-alpha02
|
||||
def fragment_version = "1.8.8"
|
||||
def windows_version = "1.4.0" // 1.5.0-alpha02
|
||||
def webkit_version = "1.13.0" // 1.14.0-rc01
|
||||
def webkit_version = "1.14.0"
|
||||
def recyclerview_version = "1.4.0"
|
||||
def coordinatorlayout_version = "1.2.0" // 1.3.0-rc01
|
||||
def constraintlayout_version = "2.2.0"
|
||||
@@ -564,7 +564,7 @@ dependencies {
|
||||
def lbm_version = "1.1.0"
|
||||
def swiperefresh_version = "1.2.0-beta01"
|
||||
def documentfile_version = "1.1.0"
|
||||
def lifecycle_version = "2.8.6" // 2.8.7/2.9.0
|
||||
def lifecycle_version = "2.8.6" // 2.8.7/2.9.1
|
||||
def lifecycle_extensions_version = "2.2.0"
|
||||
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.1
|
||||
def sqlite_version = "2.5.1"
|
||||
|
||||
@@ -33,6 +33,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||
* Added option to limit the width only when resizing images
|
||||
* Added support for separate S/MIME sign and encrypt certificates, see [the FAQ](https://m66b.github.io/FairEmail/#faq12) for details
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
|
||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ Next release
|
||||
* Added option to limit the width only when resizing images
|
||||
* Added support for separate S/MIME sign and encrypt certificates, see the FAQ for details
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated AndroidX
|
||||
* Updated Public Suffix List
|
||||
* Updated translations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user