diff --git a/CHANGELOG.md b/CHANGELOG.md index 6570dc7479..1feceabeb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,8 +30,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### Next version (Work in progress) +* Fixed all reported bugs * Small improvements and minor bug fixes * Updated [Brave's debounce list](https://github.com/brave/brave-browser/wiki/Debouncing) +* 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 5229ba31d0..4221412caa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -551,27 +551,27 @@ dependencies { def appcompat_version = "1.7.1" def emoji_version = "1.5.0" // 1.6.0-alpha01 def flatbuffers_version = "2.0.0" - def activity_version = "1.10.0" // 1.11.0-rc01//1.12.0-alpha03 + def activity_version = "1.10.0" // 1.11.0-rc01//1.12.0-alpha05 def fragment_version = "1.8.8" - def windows_version = "1.4.0" // 1.5.0-alpha02 + def windows_version = "1.4.0" // 1.5.0-beta02 def webkit_version = "1.14.0" def recyclerview_version = "1.4.0" def coordinatorlayout_version = "1.2.0" // 1.3.0-rc01 def constraintlayout_version = "2.2.0" def viewpager_version = "1.1.0-beta01" // 1.1.0 def material_version = "1.12.0" // 1.13.0-alpha03 - def browser_version = "1.8.0" // 1.9.0-alpha05 + def browser_version = "1.9.0" def lbm_version = "1.1.0" def swiperefresh_version = "1.2.0-beta01" def documentfile_version = "1.1.0" - def lifecycle_version = "2.8.6" // 2.8.7/2.9.1 + def lifecycle_version = "2.8.6" // 2.8.7/2.9.1/2.10.0-alpha01 def lifecycle_extensions_version = "2.2.0" - def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.2 - def sqlite_version = "2.5.1" // 2.5.2 + def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.2/2.8.0-beta01 + def sqlite_version = "2.5.1" // 2.5.2/2.6.0-beta01 def requery_version = "3.39.2" - def paging_version = "2.1.2" // 3.3.6 + def paging_version = "2.1.2" // 3.3.6/3.4.0-alpha02 def preference_version = "1.2.1" - def work_version = "2.10.2" + def work_version = "2.10.3" def exif_version = "1.4.1" def biometric_version = "1.2.0-alpha05" // 1.4.0-alpha04 def billingclient_version = "7.1.1" // 8.0.0 diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index 6570dc7479..1feceabeb0 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -30,8 +30,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### Next version (Work in progress) +* Fixed all reported bugs * Small improvements and minor bug fixes * Updated [Brave's debounce list](https://github.com/brave/brave-browser/wiki/Debouncing) +* 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/2288.txt b/metadata/en-US/changelogs/2288.txt index f2859f32c9..a346657344 100644 --- a/metadata/en-US/changelogs/2288.txt +++ b/metadata/en-US/changelogs/2288.txt @@ -30,8 +30,10 @@ Ceratonykus Next version (Work in progress) +* Fixed all reported bugs * Small improvements and minor bug fixes * Updated Brave's debounce list +* Updated AndroidX * Updated Public Suffix List * Updated translations