Skip to content

Commit

Permalink
Remove duplicate libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielFleischer committed Mar 11, 2024
1 parent f6f2f5a commit 504d8ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ dependencies {
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(platform(libs.compose.bom))
testImplementation(libs.junit)
androidTestImplementation(platform(libs.compose.bom))
androidTestImplementation(libs.compose.test.junit)
globalTestImplementation(libs.androidx.junit)
globalTestImplementation(libs.androidx.espresso.core)

Expand Down

0 comments on commit 504d8ee

Please sign in to comment.