From 23b716f6fe413dedbbf82b33d25f3144c2931c89 Mon Sep 17 00:00:00 2001 From: Rob Orgiu Date: Tue, 10 Sep 2024 19:07:28 +0200 Subject: [PATCH] Update to latest Compose version --- .../list-detail-compose/app/build.gradle | 20 +++++++++---------- .../supporting-pane-compose/app/build.gradle | 16 +++++++-------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CanonicalLayouts/list-detail-compose/app/build.gradle b/CanonicalLayouts/list-detail-compose/app/build.gradle index f69934db4..b30b0cb05 100644 --- a/CanonicalLayouts/list-detail-compose/app/build.gradle +++ b/CanonicalLayouts/list-detail-compose/app/build.gradle @@ -62,22 +62,22 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.08.00') + def composeBom = platform('androidx.compose:compose-bom:2024.09.00') implementation(composeBom) implementation "com.google.accompanist:accompanist-adaptive:0.32.0" implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.5' implementation 'androidx.activity:activity-compose:1.9.2' - implementation "androidx.compose.foundation:foundation:1.6.8" - implementation "androidx.compose.ui:ui:1.6.8" + implementation "androidx.compose.foundation:foundation:1.7.0" + implementation "androidx.compose.ui:ui:1.7.0" implementation "androidx.compose.ui:ui-tooling-preview" implementation "androidx.window:window:1.3.0" - implementation 'androidx.compose.material3:material3:1.3.0-rc01' - implementation 'androidx.compose.material3.adaptive:adaptive:1.1.0-alpha01' - implementation 'androidx.compose.material3.adaptive:adaptive-layout:1.1.0-alpha01' - implementation 'androidx.compose.material3.adaptive:adaptive-navigation:1.1.0-alpha01' - implementation "androidx.compose.material3:material3-window-size-class:1.3.0-rc01" - implementation "androidx.compose.animation:animation:1.7.0-rc01" + implementation 'androidx.compose.material3:material3:1.3.0' + implementation 'androidx.compose.material3.adaptive:adaptive:1.1.0-alpha02' + implementation 'androidx.compose.material3.adaptive:adaptive-layout:1.1.0-alpha02' + implementation 'androidx.compose.material3.adaptive:adaptive-navigation:1.1.0-alpha02' + implementation "androidx.compose.material3:material3-window-size-class:1.3.0" + implementation "androidx.compose.animation:animation:1.7.0" testImplementation 'junit:junit:4.13.2' } diff --git a/CanonicalLayouts/supporting-pane-compose/app/build.gradle b/CanonicalLayouts/supporting-pane-compose/app/build.gradle index da859107b..4cefe12f0 100644 --- a/CanonicalLayouts/supporting-pane-compose/app/build.gradle +++ b/CanonicalLayouts/supporting-pane-compose/app/build.gradle @@ -63,19 +63,19 @@ android { } dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.08.00') + def composeBom = platform('androidx.compose:compose-bom:2024.09.00') implementation(composeBom) implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4' - implementation 'androidx.activity:activity-compose:1.9.1' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.5' + implementation 'androidx.activity:activity-compose:1.9.2' implementation "androidx.compose.ui:ui" implementation "androidx.compose.ui:ui-tooling-preview" implementation "androidx.window:window:1.3.0" - implementation 'androidx.compose.material3:material3:1.3.0-rc01' - implementation 'androidx.compose.material3.adaptive:adaptive:1.1.0-alpha01' - implementation 'androidx.compose.material3.adaptive:adaptive-layout:1.1.0-alpha01' - implementation 'androidx.compose.material3.adaptive:adaptive-navigation:1.1.0-alpha01' - implementation "androidx.compose.material3:material3-window-size-class:1.3.0-rc01" + implementation 'androidx.compose.material3:material3:1.3.0' + implementation 'androidx.compose.material3.adaptive:adaptive:1.1.0-alpha02' + implementation 'androidx.compose.material3.adaptive:adaptive-layout:1.1.0-alpha02' + implementation 'androidx.compose.material3.adaptive:adaptive-navigation:1.1.0-alpha02' + implementation "androidx.compose.material3:material3-window-size-class:1.3.0" testImplementation 'junit:junit:4.13.2' } \ No newline at end of file