diff --git a/app/build.gradle b/app/build.gradle index fd270bd..f0c7a9b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,10 +75,12 @@ dependencies { implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1' - implementation 'androidx.activity:activity-compose:1.4.0' - implementation "androidx.compose.ui:ui:1.4.3" - implementation "androidx.compose.ui:ui-tooling-preview:1.4.3" - implementation 'androidx.compose.material:material:1.4.3' + implementation 'androidx.activity:activity-compose:1.4.3' + implementation "androidx.compose.ui:ui:1.4.3" + implementation 'androidx.compose.material:material:1.4.3' implementation "androidx.compose.foundation:foundation:1.4.3" + + debugImplementation 'androidx.compose.ui:ui-tooling:1.4.3' + } \ No newline at end of file