diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d196147a..e2aa0e5265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= * Added account images (avatars) * Added APK file attestation, see [the FAQ](https://m66b.github.io/FairEmail/#faq205) * 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 1679aa1012..cb13f50cf3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -553,8 +553,8 @@ dependencies { def appcompat_version = "1.7.0" 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.8.0" + def activity_version = " 1.9.0" // 1.10.0-alpha01 + def fragment_version = "1.8.1" def windows_version = "1.2.0" // 1.3.0-rc01 def webkit_version = "1.10.0" // 1.11.0/1.12.0-alpha02 def recyclerview_version = "1.3.2" // 1.4.0-alpha01 diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index d3d196147a..e2aa0e5265 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -17,6 +17,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= * Added account images (avatars) * Added APK file attestation, see [the FAQ](https://m66b.github.io/FairEmail/#faq205) * 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/2208.txt b/metadata/en-US/changelogs/2208.txt index 3ba5be04e0..1454fb9325 100644 --- a/metadata/en-US/changelogs/2208.txt +++ b/metadata/en-US/changelogs/2208.txt @@ -17,6 +17,7 @@ Next version * Added account images (avatars) * Added APK file attestation, see the FAQ * Small improvements and minor bug fixes +* Updated AndroidX * Updated Public Suffix List * Updated translations