diff --git a/build.gradle b/build.gradle index a24d0f75f14..d81b7c6d0da 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ allprojects { } } dependencies { - implementation 'androidx.core:core-ktx:1.13.0' + implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' } } @@ -363,7 +363,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.04.01") + implementation platform("androidx.compose:compose-bom:2024.05.00") implementation "androidx.compose.ui:ui" implementation "androidx.compose.ui:ui-util" debugImplementation "androidx.compose.ui:ui-tooling" @@ -385,7 +385,7 @@ dependencies { implementation "com.google.accompanist:accompanist-adaptive:$accompanistVersion" implementation "com.google.accompanist:accompanist-drawablepainter:$accompanistVersion" implementation "com.google.accompanist:accompanist-permissions:$accompanistVersion" - implementation "com.google.android.material:material:1.11.0" + implementation "com.google.android.material:material:1.12.0" implementation "io.github.fornewid:material-motion-compose-core:1.2.0" implementation 'dev.kdrag0n:colorkt:1.0.5' implementation 'io.coil-kt:coil-compose:2.6.0' @@ -394,7 +394,7 @@ dependencies { implementation "com.patrykmichalik.opto:domain:$optoVersion" implementation "com.patrykmichalik.opto:core:$optoVersion" implementation "com.patrykmichalik.opto:compose:$optoVersion" - implementation "androidx.datastore:datastore-preferences:1.1.0" + implementation "androidx.datastore:datastore-preferences:1.1.1" def retrofitVersion = "2.11.0" implementation "com.squareup.retrofit2:retrofit:$retrofitVersion" implementation "com.squareup.retrofit2:converter-kotlinx-serialization:$retrofitVersion" diff --git a/systemUIAnim/build.gradle b/systemUIAnim/build.gradle index 9d7d53d0a7e..9a8ad8f0fab 100644 --- a/systemUIAnim/build.gradle +++ b/systemUIAnim/build.gradle @@ -22,7 +22,7 @@ addFrameworkJar('framework-14.jar') compileOnlyCommonJars() dependencies { - implementation "androidx.core:core-animation:1.0.0-rc01" + implementation "androidx.core:core-animation:1.0.0" compileOnly projects.animationlib } diff --git a/systemUILog/build.gradle b/systemUILog/build.gradle index 7a7333191f2..ea12227ddac 100644 --- a/systemUILog/build.gradle +++ b/systemUILog/build.gradle @@ -23,5 +23,5 @@ compileOnlyCommonJars() dependencies { compileOnly projects.systemUIPluginCore compileOnly projects.systemUICommon - implementation 'com.google.errorprone:error_prone_annotations:2.27.0' + implementation 'com.google.errorprone:error_prone_annotations:2.27.1' }