diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3ca4b1ef..0433b3885a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= * Added sorting on unread/starred and starred/unread messages * 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) diff --git a/app/build.gradle b/app/build.gradle index 691ae7a551..a3231ddd29 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -524,13 +524,13 @@ dependencies { def flatbuffers_version = "2.0.0" def activity_version = "1.8.2" // 1.9.0-alpha03 def fragment_version = "1.6.2" // 1.7.0-alpha10 - def windows_version = "1.2.0" // 1.3.0-alpha02 + def windows_version = "1.2.0" // 1.3.0-alpha03 def webkit_version = "1.10.0" // 1.11.0-alpha02 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 def material_version = "1.11.0" // 1.11.0-alpha01 - def browser_version = "1.7.0" // 1.8.0-beta02 + def browser_version = "1.8.0" def lbm_version = "1.1.0" def swiperefresh_version = "1.2.0-alpha01" def documentfile_version = "1.1.0-alpha01" @@ -539,7 +539,7 @@ dependencies { def room_version = "2.4.3" // 2.5.2/2.6.1 def sqlite_version = "2.4.0" def requery_version = "3.39.2" - def paging_version = "2.1.2" // 3.3.0-alpha03 + def paging_version = "2.1.2" // 3.3.0-alpha04 def preference_version = "1.2.1" def work_version = "2.9.0" // 2.10.0-alpha01 def exif_version = "1.3.7" diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index ba3ca4b1ef..0433b3885a 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -10,6 +10,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= * Added sorting on unread/starred and starred/unread messages * 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) diff --git a/metadata/en-US/changelogs/2165.txt b/metadata/en-US/changelogs/2165.txt index 2a9af6a1e1..3de7f574e6 100644 --- a/metadata/en-US/changelogs/2165.txt +++ b/metadata/en-US/changelogs/2165.txt @@ -10,6 +10,7 @@ Next version * Added sorting on unread/starred and starred/unread messages * Small improvements and minor bug fixes +* Updated AndroidX * Updated Public Suffix List * Updated translations