diff --git a/CHANGELOG.md b/CHANGELOG.md index 357f722496..87a7528764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,6 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= * Fixed new message notifications for old unread messages in some situations * Small improvements and minor bug fixes -* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [translations](https://crowdin.com/project/open-source-email) ### 1.2191 - 2024-05-29 * diff --git a/app/build.gradle b/app/build.gradle index 536efb93a8..14e34a7e08 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -546,12 +546,12 @@ dependencies { def startup_version = "1.2.0-alpha02" def annotation_version_experimental = "1.4.1" def core_version = "1.13.1" // 1.14.0-alpha01 - def appcompat_version = "1.7.0" + def appcompat_version = "1.6.1" // 1.7.0-rc01 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.1 // 1.8.0-rc01 - def windows_version = "1.3.0" + def fragment_version = "1.6.2" // 1.7.1 // 1.8.0-beta01 + def windows_version = "1.2.0" // 1.3.0-rc01 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 @@ -561,16 +561,16 @@ 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.1 + def lifecycle_version = "2.7.0" // 2.8.0 def lifecycle_extensions_version = "2.2.0" - def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-alpha03 - def sqlite_version = "2.4.0" // 2.5.0-alpha03 + def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.0-alpha02 + def sqlite_version = "2.4.0" // 2.5.0-alpha02 def requery_version = "3.39.2" 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" - def biometric_version = "1.2.0-alpha05" // 1.4.0-alpha01 + def biometric_version = "1.2.0-alpha05" def billingclient_version = "6.0.1" // 6.2.0 def playservicesbasement_version = "18.3.0"; def transparency_version = "2.5.19" diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index 357f722496..87a7528764 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -25,7 +25,6 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= * Fixed new message notifications for old unread messages in some situations * Small improvements and minor bug fixes -* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [translations](https://crowdin.com/project/open-source-email) ### 1.2191 - 2024-05-29 * diff --git a/metadata/en-US/changelogs/2191.txt b/metadata/en-US/changelogs/2191.txt index d8365c2df2..2611b0075b 100644 --- a/metadata/en-US/changelogs/2191.txt +++ b/metadata/en-US/changelogs/2191.txt @@ -25,7 +25,6 @@ Next version * Fixed new message notifications for old unread messages in some situations * Small improvements and minor bug fixes -* Updated AndroidX * Updated translations 1.2191 - 2024-05-29 *