From fa2868edd656205ab6ba928adb6d577f5a88b21d Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 25 Jan 2024 01:17:53 +0530 Subject: [PATCH] fix(deps): update all AndroidX libraries to latest unstable --- CHANGELOG.md | 6 +++++- gradle/libs.versions.toml | 16 ++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fda3c4a..6de63b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +* Update to Compose January releases + ## [1.39.0] - 2024-01-23 ### Changed @@ -15,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Rework widget item layout for consistent touch targets * Add attribution for libraries used in the app * Redesign settings screen -* Update to Compose January releases +* Update to Compose December releases ## [1.38.0] - 2023-11-20 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 62100dd7..395a0fc6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ junit = "5.10.1" konvert = "3.0.0" kotlin = "1.9.22" kotlinResult = "1.1.18" -lifecycle = "2.7.0" +lifecycle = "2.8.0-alpha01" retrofit = "2.9.0" richtext = "0.20.0" sentry-sdk = "7.2.0" @@ -23,11 +23,11 @@ workmanager = "2.9.0" [libraries] aboutLibraries-m3 = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "aboutLibraries" } -androidx-activity-compose = "androidx.activity:activity-compose:1.8.2" +androidx-activity-compose = "androidx.activity:activity-compose:1.9.0-alpha02" androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" } -androidx-browser = "androidx.browser:browser:1.7.0" +androidx-browser = "androidx.browser:browser:1.8.0-beta01" androidx-compose-animation = { module = "androidx.compose.animation:animation" } -androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.12.00-alpha04" +androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2024.01.00-alpha03" androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" } androidx-compose-glance = { module = "androidx.glance:glance-appwidget", version.ref = "glance" } androidx-compose-glance-m3 = { module = "androidx.glance:glance-material3", version.ref = "glance" } @@ -40,12 +40,12 @@ androidx-compose-ui-text = { module = "androidx.compose.ui:ui-text" } androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" } androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" } androidx-compose-ui-util = { module = "androidx.compose.ui:ui-util" } -androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.1" +androidx-core-splashscreen = "androidx.core:core-splashscreen:1.1.0-alpha02" androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" } androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime", version.ref = "lifecycle" } -androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0" -androidx-navigation-compose = "androidx.navigation:navigation-compose:2.7.6" -androidx-paging-compose = "androidx.paging:paging-compose:3.2.1" +androidx-lifecycle-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" } +androidx-navigation-compose = "androidx.navigation:navigation-compose:2.8.0-alpha01" +androidx-paging-compose = "androidx.paging:paging-compose:3.3.0-alpha02" androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.1" androidx-test-core = "androidx.test:core:1.6.0-alpha04" androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha02"