aboutsummaryrefslogtreecommitdiff
path: root/integration_tests/play_services/build.gradle
blob: 0e05dd6b3778f57364bf3c1206e4446625b0509f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import org.robolectric.gradle.RoboJavaModulePlugin

apply plugin: RoboJavaModulePlugin

dependencies {
    api project(":robolectric")
    api project(":shadows:playservices")
    compileOnly AndroidSdk.MAX_SDK.coordinates

    testCompileOnly AndroidSdk.MAX_SDK.coordinates
    testRuntimeOnly AndroidSdk.MAX_SDK.coordinates
    testImplementation libs.junit4
    testImplementation libs.truth
    testImplementation "com.google.android.gms:play-services-basement:18.0.1"
}