diff --git a/app/build.gradle b/app/build.gradle index 1d4b9fd..1e29e8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -176,11 +176,11 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation "com.google.android.material:material:1.11.0" - implementation 'androidx.compose.material:material:1.6.3' + implementation 'androidx.compose.material:material:1.6.5' implementation 'androidx.activity:activity-compose:1.8.2' implementation "com.google.accompanist:accompanist-flowlayout:0.30.0" - implementation 'androidx.compose.material:material-icons-extended:1.6.3' - debugImplementation "androidx.compose.ui:ui-tooling:1.6.3" + implementation 'androidx.compose.material:material-icons-extended:1.6.5' + debugImplementation "androidx.compose.ui:ui-tooling:1.6.5" implementation 'androidx.fragment:fragment-ktx:1.6.2' implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"