Skip to content

Commit

Permalink
Cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Aug 30, 2024
1 parent 484cf90 commit 6fedbde
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ android {
dependencies {
api(libs.kotlinx.serialization.json)

testImplementation(libs.robolectric)
testRuntimeOnly(libs.robolectric)
testImplementation(libs.junit)
testImplementation(libs.androidx.test.ext.junit)
}
Expand Down
1 change: 0 additions & 1 deletion dataproviderdemo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,4 @@ dependencies {
implementation(project(":dataprovider-retrofit"))
implementation(libs.androidx.activity)
implementation(libs.androidx.lifecycle.runtime)
implementation(libs.androidx.lifecycle.viewmodel)
}
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ robolectric = "4.13"
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidx-activity" }
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidx-annotation" }
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime", version.ref = "androidx-lifecycle" }
androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel", version.ref = "androidx-lifecycle" }
androidx-paging-common = { module = "androidx.paging:paging-common", version.ref = "androidx-paging" }
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" }
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
Expand Down

0 comments on commit 6fedbde

Please sign in to comment.