aboutsummaryrefslogtreecommitdiff
path: root/integration_tests/dependency-on-stubs
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@google.com>2018-06-11 14:23:29 -0700
committerBrett Chabot <brettchabot@google.com>2018-06-11 14:23:29 -0700
commit46ba558305f8192702efbbb3e2d9cc7064d6c330 (patch)
treed5fac59bc9786c53524f3a353d9d52c924421604 /integration_tests/dependency-on-stubs
parentc688b68f472b5ba7d53b931f993d64891a3427e9 (diff)
downloadrobolectric-46ba558305f8192702efbbb3e2d9cc7064d6c330.tar.gz
Use stub 28
Diffstat (limited to 'integration_tests/dependency-on-stubs')
-rw-r--r--integration_tests/dependency-on-stubs/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_tests/dependency-on-stubs/build.gradle b/integration_tests/dependency-on-stubs/build.gradle
index 9e24a8d8e..dd69b4ca7 100644
--- a/integration_tests/dependency-on-stubs/build.gradle
+++ b/integration_tests/dependency-on-stubs/build.gradle
@@ -9,7 +9,7 @@ apply plugin: RoboJavaModulePlugin
dependencies {
compile project(":robolectric")
compile "junit:junit:4.12"
- testCompile "com.google.android:android-stubs:27"
+ testCompile "com.google.android:android-stubs:28"
// Testing dependencies
testCompile "com.google.truth:truth:0.39"