Skip to content

Commit

Permalink
Fix release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Jun 13, 2023
1 parent 509d522 commit 42a4b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
// api("androidx.compose.material:material-icons-extended:${rootProject.extra["composeMaterial"]}")

// Compose Preview
compileOnly("androidx.compose.ui:ui-tooling-preview:${rootProject.extra["compose"]}")
api("androidx.compose.ui:ui-tooling-preview:${rootProject.extra["compose"]}")
debugApi("androidx.compose.ui:ui-tooling:${rootProject.extra["compose"]}")

// WiFi QR Code
Expand Down

0 comments on commit 42a4b21

Please sign in to comment.