From 67af3ada3561ff74d7aa4680a9dc5fcc11684fd2 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Mon, 7 Aug 2023 23:37:40 -0700 Subject: [PATCH] Fix previews --- app/build.gradle | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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