Skip to content

Commit

Permalink
[chore/#928] debugImplementation로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Dec 26, 2024
1 parent 7cd16b7 commit b953729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ dependencies {
implementation(libs.bundles.compose)
implementation(libs.startup)
implementation(libs.swipe.refresh.layout)
implementation(libs.compose.ui.tooling)
debugImplementation(libs.compose.ui.tooling)

implementation(libs.inappupdate)

Expand Down

0 comments on commit b953729

Please sign in to comment.