diff --git a/app/build.gradle b/app/build.gradle index 7edb93e..4b912f4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -177,12 +177,12 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation "com.google.android.material:material:1.8.0" - implementation 'androidx.compose.material:material:1.4.1' - implementation 'androidx.activity:activity-compose:1.7.0' + implementation 'androidx.compose.material:material:1.4.2' + implementation 'androidx.activity:activity-compose:1.7.1' implementation "com.google.accompanist:accompanist-flowlayout:0.30.0" - implementation 'androidx.compose.material:material-icons-extended:1.4.1' - debugImplementation "androidx.compose.ui:ui-tooling:1.4.1" - implementation 'androidx.fragment:fragment-ktx:1.5.6' + implementation 'androidx.compose.material:material-icons-extended:1.4.2' + debugImplementation "androidx.compose.ui:ui-tooling:1.4.2" + implementation 'androidx.fragment:fragment-ktx:1.5.7' implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui:$nav_version"