Skip to content

Commit bfabf45

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

iterableapi/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ dependencies {
7171
testImplementation 'org.mockito:mockito-core:4.8.0'
7272
testImplementation 'org.mockito:mockito-inline:4.8.0'
7373
testImplementation 'org.robolectric:robolectric:4.14.1'
74-
testImplementation 'org.robolectric:shadows-playservices:4.14.1'
7574
testImplementation 'org.khronos:opengl-api:gl1.1-android-2.1_r1'
7675
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.3'
7776
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
@@ -118,4 +117,4 @@ afterEvaluate {
118117
javadoc.classpath += files(android.libraryVariants.collect { variant -> variant.javaCompile.classpath.files })
119118
javadoc.classpath += files(android.libraryVariants.collect { variant -> "build/generated/source/r/${variant.flavorName}/${variant.buildType.name}" })
120119
javadoc.classpath += files(android.libraryVariants.collect { variant -> "build/generated/source/buildConfig/${variant.flavorName}/${variant.buildType.name}" })
121-
}
120+
}

0 commit comments

Comments
 (0)