diff --git a/CHANGELOG.md b/CHANGELOG.md index b95ee736fb..1bd30d1310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan) +### Next version + +* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) + ### 1.2139 - 2023-12-13 * Enabled TLSv1.3 by default diff --git a/app/build.gradle b/app/build.gradle index 7c661f2619..5471b30359 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -489,15 +489,15 @@ dependencies { //implementation fileTree(dir: 'libs', include: ['*.jar']) def startup_version = "1.1.1" // 1.2.0-alpha02 - def annotation_version_experimental = "1.3.1" // 1.4.0-alpha01 + def annotation_version_experimental = "1.3.1" // 1.4.0-beta01 def core_version = "1.12.0" // 1.13.0-alpha02 def appcompat_version = "1.6.1" // 1.7.0-alpha03 - def emoji_version = "1.4.0" + def emoji_version = "1.4.0" // 1.5.0-alpha01 def flatbuffers_version = "2.0.0" - def activity_version = "1.8.1" // 1.9.0-alpha01 + def activity_version = "1.8.2" // 1.9.0-alpha01 def fragment_version = "1.6.2" // 1.7.0-alpha07 def windows_version = "1.2.0" // 1.3.0-alpha01 - def webkit_version = "1.9.0" // 1.10.0-alpha01 + def webkit_version = "1.9.0" // 1.10.0-beta01 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 @@ -506,7 +506,7 @@ 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.6.2" // 2.7.0-rc01 + def lifecycle_version = "2.6.2" // 2.7.0-rc02 def lifecycle_extensions_version = "2.2.0" def room_version = "2.4.3" // 2.5.2/2.6.1 def sqlite_version = "2.4.0" @@ -514,7 +514,7 @@ dependencies { def paging_version = "2.1.2" // 3.2.0 def preference_version = "1.2.1" def work_version = "2.9.0" - def exif_version = "1.3.6" + def exif_version = "1.3.6" // 1.3.7? def biometric_version = "1.2.0-alpha05" def billingclient_version = "6.0.1" def playservicesbase_version = "18.2.0"; diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index b95ee736fb..1bd30d1310 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -6,6 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan) +### Next version + +* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) + ### 1.2139 - 2023-12-13 * Enabled TLSv1.3 by default diff --git a/metadata/en-US/changelogs/2139.txt b/metadata/en-US/changelogs/2139.txt index f4277ca3ab..77b79a43cd 100644 --- a/metadata/en-US/changelogs/2139.txt +++ b/metadata/en-US/changelogs/2139.txt @@ -6,6 +6,10 @@ For support you can use the contact form. Wintonotitan +Next version + +* Updated AndroidX + 1.2139 - 2023-12-13 * Enabled TLSv1.3 by default