Skip to content

Commit

Permalink
Sort dependencies and run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
WhosNickDoglio committed Jul 13, 2024
1 parent f32b7de commit ef2fa95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions app-theme/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ plugins {

android { namespace = "dev.whosnickdoglio.scores.app.theme" }

dependencies {
implementation(libs.compose.material)
}
dependencies { implementation(libs.compose.material) }
8 changes: 3 additions & 5 deletions widget-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ plugins {
android {
namespace = "dev.whosnickdoglio.scores.ui"

testOptions.unitTests {
isIncludeAndroidResources = true
}
testOptions.unitTests { isIncludeAndroidResources = true }
}

dependencies {
Expand All @@ -43,8 +41,8 @@ dependencies {
implementation(projects.nbaApi)
implementation(projects.widgetTheme)

testImplementation(libs.junit)
testImplementation(libs.glance.testing)
testImplementation(libs.glance.appwidget.testing)
testImplementation(libs.glance.testing)
testImplementation(libs.junit)
testImplementation(libs.robolectric)
}

0 comments on commit ef2fa95

Please sign in to comment.