Skip to content

Commit

Permalink
Remove roboelectric dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC committed Jul 15, 2024
1 parent d4b5223 commit 618f732
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ dependencies {

// unit tests
testImplementation(libs.junit)
testImplementation(libs.robolectric)
testImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.androidx.test.core)
testImplementation(libs.androidx.test.runner)
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ r8 = "8.3.37"
recyclerview = "1.3.2"
retrofit_version = "2.11.0"
moshi_version ="1.15.1"
robolectric = "4.12.2"
room = "2.6.1"
runner = "1.6.1"
shimmer = "0.5.0"
Expand Down Expand Up @@ -87,7 +86,6 @@ code-gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
junit = { module = "junit:junit", version.ref = "junit" }
android-material = { module = "com.google.android.material:material", version.ref = "material" }
tools-r8 = { module = "com.android.tools:r8", version.ref = "r8" }
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
shimmer = { module = "com.facebook.shimmer:shimmer", version.ref = "shimmer" }

[plugins]
Expand Down

0 comments on commit 618f732

Please sign in to comment.