Updated AndroidX

This commit is contained in:
M66B 2024-05-01 20:23:27 +02:00
parent a8f1ba0705
commit d636a73bc3
4 changed files with 11 additions and 8 deletions

View File

@ -12,6 +12,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Added expression condition functions, see [the FAQ](https://m66b.github.io/FairEmail/#faq71)
* Small improvements and minor bug fixes
* Updated build tools
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated libraries (including [Bouncy Castle](https://www.bouncycastle.org/))
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

View File

@ -540,14 +540,14 @@ dependencies {
def desugar_version = "2.0.4"
def startup_version = "1.2.0-alpha02"
def annotation_version_experimental = "1.4.1"
def core_version = "1.13.0"
def core_version = "1.13.1" // 1.14.0-alpha01
def appcompat_version = "1.6.1" // 1.7.0-alpha03
def emoji_version = "1.4.0" // 1.5.0-alpha01
def flatbuffers_version = "2.0.0"
def activity_version = " 1.9.0"
def fragment_version = "1.6.2" // 1.7.0-rc02
def windows_version = "1.2.0" // 1.3.0-beta01
def webkit_version = "1.10.0" // 1.11.0-rc01
def fragment_version = "1.7.0"
def windows_version = "1.2.0" // 1.3.0-beta02
def webkit_version = "1.10.0" // 1.11.0
def recyclerview_version = "1.3.2" // 1.4.0-alpha01
def coordinatorlayout_version = "1.2.0" // 1.3.0-alpha02
def constraintlayout_version = "2.1.4" // 2.2.0-alpha13
@ -556,12 +556,12 @@ dependencies {
def lbm_version = "1.1.0"
def swiperefresh_version = "1.2.0-alpha01"
def documentfile_version = "1.1.0-alpha01"
def lifecycle_version = "2.7.0" // 2.8.0-beta01
def lifecycle_version = "2.7.0" // 2.8.0-rc01
def lifecycle_extensions_version = "2.2.0"
def room_version = "2.4.3" // 2.5.2/2.6.1
def sqlite_version = "2.4.0"
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-alpha01
def sqlite_version = "2.4.0" // 2.5.0-alpha01
def requery_version = "3.39.2"
def paging_version = "2.1.2" // 3.3.0-beta01
def paging_version = "2.1.2" // 3.3.0-rc01
def preference_version = "1.2.1"
def work_version = "2.9.0" // 2.10.0-alpha02
def exif_version = "1.3.7"

View File

@ -12,6 +12,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Added expression condition functions, see [the FAQ](https://m66b.github.io/FairEmail/#faq71)
* Small improvements and minor bug fixes
* Updated build tools
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated libraries (including [Bouncy Castle](https://www.bouncycastle.org/))
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

View File

@ -12,6 +12,7 @@ Next version
* Added expression condition functions, see the FAQ
* Small improvements and minor bug fixes
* Updated build tools
* Updated AndroidX
* Updated libraries (including Bouncy Castle
* Updated Public Suffix List
* Updated translations