Skip to content

Commit

Permalink
fix: use debugImplementation for ui-tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Nov 2, 2024
1 parent e6e7ee2 commit 7339f05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion seeker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ dependencies {

implementation 'androidx.compose.material:material:1.5.1'

implementation "androidx.compose.ui:ui-tooling:$compose_ui_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
debugImplementation "androidx.compose.ui:ui-tooling:$compose_ui_version"
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 7339f05

Please sign in to comment.