From 634c1754fb57122b3be3da00ba31352f0dcaa003 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:10:59 +0800 Subject: [PATCH 1/4] Update dependency androidx.core:core-ktx to v1.12.0 (#3617) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 310d2af812f..76c1d5bd801 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ allprojects { } } project.dependencies { - implementation 'androidx.core:core-ktx:1.10.1' + implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' } } From fd7643ec327f6a499de97add0f97eb7151b598aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:11:09 +0800 Subject: [PATCH 2/4] Update dependency androidx.compose:compose-bom to v2023.09.00 (#3616) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 76c1d5bd801..abb09f63a4c 100644 --- a/build.gradle +++ b/build.gradle @@ -328,7 +328,7 @@ dependencies { implementation 'com.github.ChickenHook:RestrictionBypass:2.2' implementation 'dev.rikka.tools.refine:runtime:4.3.0' - implementation platform("androidx.compose:compose-bom:2023.08.00") + implementation platform("androidx.compose:compose-bom:2023.09.00") implementation "androidx.compose.ui:ui" implementation "androidx.compose.ui:ui-util" debugImplementation "androidx.compose.ui:ui-tooling" From 5d85c49ddb7f71a1a0eb295f88823934d732dfac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:11:18 +0800 Subject: [PATCH 3/4] Update androidx.lifecycle to v2.6.2 (#3614) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- systemUIShared/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index abb09f63a4c..9374b728890 100644 --- a/build.gradle +++ b/build.gradle @@ -340,7 +340,7 @@ dependencies { implementation 'androidx.compose.material3:material3' implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.activity:activity-compose:1.7.2" - implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1" + implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2" implementation "androidx.navigation:navigation-compose:2.7.1" implementation "androidx.palette:palette-ktx:1.0.0" implementation "androidx.slice:slice-core:1.1.0-alpha02" diff --git a/systemUIShared/build.gradle b/systemUIShared/build.gradle index 9e56e0caa8b..8f252cf329c 100644 --- a/systemUIShared/build.gradle +++ b/systemUIShared/build.gradle @@ -27,6 +27,6 @@ dependencies { implementation projects.compatLibVS implementation "androidx.concurrent:concurrent-futures:1.1.0" - implementation "androidx.lifecycle:lifecycle-common:2.6.1" + implementation "androidx.lifecycle:lifecycle-common:2.6.2" implementation "androidx.dynamicanimation:dynamicanimation:1.0.0" } From d430dcb35ebf5efa0b9f912e8991fefed6a2722b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 01:19:33 +0000 Subject: [PATCH 4/4] Update dependency androidx.navigation:navigation-compose to v2.7.2 (#3615) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9374b728890..8d47f7bb9db 100644 --- a/build.gradle +++ b/build.gradle @@ -341,7 +341,7 @@ dependencies { implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.activity:activity-compose:1.7.2" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2" - implementation "androidx.navigation:navigation-compose:2.7.1" + implementation "androidx.navigation:navigation-compose:2.7.2" implementation "androidx.palette:palette-ktx:1.0.0" implementation "androidx.slice:slice-core:1.1.0-alpha02" implementation "com.google.accompanist:accompanist-drawablepainter:$accompanist_version"