Skip to content

Commit 498bbf4

Browse files
committed
accidentally broke a dependency
1 parent dc72608 commit 498bbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ dependencies {
8080
implementation 'androidx.core:core-ktx:1.12.0'
8181
implementation "androidx.compose.ui:ui"
8282
implementation 'androidx.compose.material3:material3'
83+
implementation "androidx.compose.ui:ui-tooling-preview"
8384
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
8485
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0"
8586
implementation 'androidx.activity:activity-compose:1.8.2'
@@ -93,6 +94,5 @@ dependencies {
9394
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json-okio:1.6.0"
9495
debugImplementation "androidx.compose.ui:ui-tooling"
9596
debugImplementation "androidx.compose.ui:ui-test-manifest"
96-
debugImplementation "androidx.compose.ui:ui-tooling-preview"
9797
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.0.4"
9898
}

0 commit comments

Comments
 (0)