diff --git a/build.gradle b/build.gradle index 4ed3b472553..c7aa6e4fd31 100644 --- a/build.gradle +++ b/build.gradle @@ -364,7 +364,7 @@ dependencies { implementation 'com.github.ChickenHook:RestrictionBypass:2.2' implementation 'dev.rikka.tools.refine:runtime:4.4.0' - implementation platform("androidx.compose:compose-bom:2024.08.00") + implementation platform("androidx.compose:compose-bom:2024.09.00") implementation "androidx.compose.ui:ui" implementation "androidx.compose.ui:ui-util" debugImplementation "androidx.compose.ui:ui-tooling" @@ -374,12 +374,12 @@ dependencies { implementation "androidx.compose.material:material-icons-extended" implementation "androidx.compose.material:material" implementation "androidx.compose.runtime:runtime-livedata" - implementation 'androidx.compose.material3:material3:1.3.0' - implementation 'androidx.compose.material3:material3-window-size-class:1.3.0' - implementation "androidx.constraintlayout:constraintlayout:2.1.4" + implementation 'androidx.compose.material3:material3' + implementation 'androidx.compose.material3:material3-window-size-class' implementation "androidx.activity:activity-compose:1.9.2" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.5" implementation "androidx.navigation:navigation-compose:2.8.0" + implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.palette:palette-ktx:1.0.0" implementation "androidx.slice:slice-core:1.1.0-alpha02" def accompanistVersion = '0.34.0'