Skip to content

Commit

Permalink
fix failing build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezike committed Sep 3, 2021
1 parent e7fdbcc commit d73fde1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/Library.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ object Library {

// AndroidXTest
const val androidXTest: String = "androidx.test.ext:junit:${Version.testExt}"
const val runner: String = "androidx.test:runner:${Version.runner}"
const val robolectric: String = "org.robolectric:robolectric:${Version.robolectric}"
}

Expand Down
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ object Version {
// AndroidXTest
const val testExt: String = "1.1.3"
const val robolectric: String = "4.5.1"
const val runner: String = "1.2.0"

// ktlint
const val ktlint: String = "0.42.1"
Expand Down
2 changes: 0 additions & 2 deletions cache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ dependencies {
kapt(Library.roomCompiler)

testImplementation(
Library.androidXTest,
Library.runner,
Library.androidXTest,
Library.robolectric
)
Expand Down

0 comments on commit d73fde1

Please sign in to comment.