Skip to content

Commit

Permalink
removed org.mockito:mockito-core out of implementation in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sichchurov committed Oct 31, 2023
1 parent 6ac4f9c commit fd27418
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ dependencies {
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version",
'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1',
'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1',
'org.mockito:mockito-core:2.7.22',
'com.github.oppia:android-spotlight:ebde38335bfb56349eae57e705b611ead9addb15'
)
compileOnly(
Expand All @@ -201,7 +200,7 @@ dependencies {
'org.robolectric:robolectric:4.5',
'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.2.2',
"org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version",
'org.mockito:mockito-core:2.7.22',
'org.mockito:mockito-core:2.+',
project(":testing"),
)
androidTestImplementation(
Expand All @@ -216,7 +215,7 @@ dependencies {
'androidx.work:work-testing:2.4.0',
'com.google.truth.extensions:truth-liteproto-extension:1.1.3',
'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.2.2',
'org.mockito:mockito-android:2.7.22',
'org.mockito:mockito-android:2.+',
'org.robolectric:annotations:4.5',
)
// Adding the testing module directly causes duplicates of the below groups so we need to
Expand Down

0 comments on commit fd27418

Please sign in to comment.