diff --git a/app/build.gradle b/app/build.gradle index 83f79e7..509b15a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - def room_version = '2.7.0' + def room_version = '2.7.1' implementation "androidx.room:room-runtime:$room_version" ksp("androidx.room:room-compiler:$room_version") @@ -73,7 +73,7 @@ dependencies { implementation 'androidx.activity:activity-compose:1.10.1' implementation "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version" - implementation 'androidx.compose.material:material:1.7.8' + implementation 'androidx.compose.material:material:1.8.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' diff --git a/build.gradle b/build.gradle index f9ede80..d2762b6 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { ext { - compose_ui_version = '1.7.8' + compose_ui_version = '1.8.0' } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins {