diff --git a/app/build.gradle b/app/build.gradle index a32c2392..7e112f31 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -137,7 +137,7 @@ dependencies { kapt "com.google.dagger:hilt-android-compiler:${versions.hilt}" // replace by KSP when ready [https://issuetracker.google.com/179057202] // support libs - implementation 'androidx.activity:activity-compose:1.8.1' + implementation 'androidx.activity:activity-compose:1.8.2' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.browser:browser:1.7.0' implementation 'androidx.cardview:cardview:1.0.0' @@ -156,7 +156,7 @@ dependencies { implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation "androidx.work:work-runtime-ktx:${versions.workManager}" implementation 'com.google.android.flexbox:flexbox:3.0.0' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.0' // Jetpack Compose implementation platform("androidx.compose:compose-bom:${versions.composeBom}") diff --git a/build.gradle b/build.gradle index 07c77b1e..7c858dcc 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { accompanist: '0.32.0', appIntro: '7.0.0-beta02', composeBom: '2023.10.01', - hilt: '2.49', + hilt: '2.50', kotlin: '1.9.21', // keep in sync with * app/build.gradle composeOptions.kotlinCompilerExtensionVersion // * com.google.devtools.ksp at the end of this file okhttp: '4.12.0',