Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohankhayech committed Sep 20, 2023
1 parent 2bef13d commit ecfc541
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions theme/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@ dependencies {
api("androidx.compose.material:material:1.3.1")
//noinspection GradleDependency (Unnecessary recomposition on >1.1.0-alpha03)
implementation("androidx.compose.material3:material3:1.0.1")
debugImplementation("androidx.compose.ui:ui-tooling-preview:1.5.1")
debugImplementation("androidx.compose.ui:ui-tooling:1.5.1")
//noinspection GradleDependency (Unnecessary recomposition on >1.4.0-alpha03)
debugImplementation("androidx.compose.ui:ui-tooling-preview:1.3.3")
//noinspection GradleDependency (Unnecessary recomposition on >1.4.0-alpha03)
debugImplementation("androidx.compose.ui:ui-tooling:1.3.3")

// Testing
testImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit ecfc541

Please sign in to comment.