Skip to content

Commit 5f19f1e

Browse files
committed
[:app] Remove dependency on Robolectric's shadows-playservices module
1 parent eb48b35 commit 5f19f1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ dependencies {
6161
testImplementation 'androidx.test:rules:1.6.1'
6262
testImplementation 'org.mockito:mockito-core:4.8.0'
6363
testImplementation 'org.robolectric:robolectric:4.14.1'
64-
testImplementation 'org.robolectric:shadows-playservices:4.14.1'
6564
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.3'
6665
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
6766
androidTestImplementation 'androidx.test:runner:1.6.2'
@@ -167,4 +166,4 @@ task jacocoDebugAndroidTestReport(type: JacocoReport, dependsOn: ['connectedChec
167166
additionalSourceDirs.from = files([sdkSrc, sdkUiSrc])
168167
additionalClassDirs.from = files([sdkTree, sdkUiTree])
169168
executionData.from = fileTree(dir: "$buildDir", include: "outputs/code_coverage/debugAndroidTest/connected/**/*.ec")
170-
}
169+
}

0 commit comments

Comments
 (0)