diff --git a/CHANGELOG.md b/CHANGELOG.md index f24910e96e..7beabc1a33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus) +### Next version + +* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) + ### 1.2276 2025-05-07 * Removed TTS from the Play Store version (only) due to Play Store policies diff --git a/app/build.gradle b/app/build.gradle index a5504748f8..2dd1ceb300 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -546,15 +546,15 @@ dependencies { def desugar_version = "2.0.4" def startup_version = "1.2.0" - def annotation_version_experimental = "1.4.1" // 1.5.0-alpha01 + def annotation_version_experimental = "1.5.0" def core_version = "1.16.0" def appcompat_version = "1.7.0" def emoji_version = "1.5.0" def flatbuffers_version = "2.0.0" def activity_version = "1.10.0" // 1.11.0-rc01 def fragment_version = "1.8.6" - def windows_version = "1.3.0" // 1.4.0-rc02/1.5.0-alpha01 - def webkit_version = "1.13.0" // 1.14.0-alpha01 + def windows_version = "1.3.0" // 1.4.0-rc02/1.5.0-alpha02 + def webkit_version = "1.13.0" // 1.14.0-beta01 def recyclerview_version = "1.4.0" def coordinatorlayout_version = "1.2.0" // 1.3.0-rc01 def constraintlayout_version = "2.2.0" @@ -563,11 +563,11 @@ dependencies { def browser_version = "1.8.0" // 1.9.0-alpha03 def lbm_version = "1.1.0" def swiperefresh_version = "1.2.0-beta01" - def documentfile_version = "1.1.0-beta01" // 1.1.0-rc01 - def lifecycle_version = "2.8.6" // 2.8.7/2.9.0-rc01 + def documentfile_version = "1.1.0" + def lifecycle_version = "2.8.6" // 2.8.7/2.9.0 def lifecycle_extensions_version = "2.2.0" def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.1 - def sqlite_version = "2.5.0" + def sqlite_version = "2.5.1" def requery_version = "3.39.2" def paging_version = "2.1.2" // 3.3.6 def preference_version = "1.2.1" @@ -644,7 +644,7 @@ dependencies { // https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview // https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview-selection implementation "androidx.recyclerview:recyclerview:$recyclerview_version" - //implementation "androidx.recyclerview:recyclerview-selection:1.1.0" // 1.2.0-beta01 + //implementation "androidx.recyclerview:recyclerview-selection:1.1.0" // 1.2.0-rc01 // https://mvnrepository.com/artifact/androidx.coordinatorlayout/coordinatorlayout implementation "androidx.coordinatorlayout:coordinatorlayout:$coordinatorlayout_version" diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index f24910e96e..7beabc1a33 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -28,6 +28,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus) +### Next version + +* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) + ### 1.2276 2025-05-07 * Removed TTS from the Play Store version (only) due to Play Store policies diff --git a/metadata/en-US/changelogs/2276.txt b/metadata/en-US/changelogs/2276.txt index 09790233be..8934f1b80e 100644 --- a/metadata/en-US/changelogs/2276.txt +++ b/metadata/en-US/changelogs/2276.txt @@ -28,6 +28,10 @@ For support you can use the contact form. Ceratonykus +Next version + +* Updated AndroidX + 1.2276 2025-05-07 * Removed TTS from the Play Store version (only) due to Play Store policies