Private
Public Access
1
0

Fix previews

This commit is contained in:
2023-08-07 23:37:40 -07:00
parent 98d0a90544
commit 67af3ada35

View File

@@ -75,10 +75,12 @@ dependencies {
implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
implementation 'androidx.activity:activity-compose:1.4.0' implementation 'androidx.activity:activity-compose:1.4.3'
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.compose.ui:ui:1.4.3"
implementation 'androidx.compose.material:material:1.4.3'
implementation "androidx.compose.foundation:foundation:1.4.3" implementation "androidx.compose.foundation:foundation:1.4.3"
debugImplementation 'androidx.compose.ui:ui-tooling:1.4.3'
} }