diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a9e1eefc..41aad19f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/app/build.gradle b/app/build.gradle index 0f75b7e43b..893b6b6e5b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index a0a9e1eefc..41aad19f69 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -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) diff --git a/metadata/en-US/changelogs/2178.txt b/metadata/en-US/changelogs/2178.txt index cd52504035..8dc0625918 100644 --- a/metadata/en-US/changelogs/2178.txt +++ b/metadata/en-US/changelogs/2178.txt @@ -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