Need to bump android stubs to 26 because of ShortcutManager shadow.
diff --git a/.travis.yml b/.travis.yml
index b659e32..bec28d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@
     - platform-tools
     - build-tools-23.0.3
     - android-23
+    - android-26
     - extra-google-m2repository
     - extra-android-m2repository
     - addon-google_apis-google-23
diff --git a/integration-tests/dependency-on-stubs/build.gradle b/integration-tests/dependency-on-stubs/build.gradle
index acfd6a7..31dd3b2 100644
--- a/integration-tests/dependency-on-stubs/build.gradle
+++ b/integration-tests/dependency-on-stubs/build.gradle
@@ -9,7 +9,7 @@
 dependencies {
     compile project(":robolectric")
     compile "junit:junit:4.12"
-    testCompile "com.google.android:android-stubs:23"
+    testCompile "com.google.android:android-stubs:26"
 
     // Testing dependencies
     testCompile "org.assertj:assertj-core:3.8.0"
diff --git a/scripts/install-dependencies.rb b/scripts/install-dependencies.rb
index d17411e..a625f40 100755
--- a/scripts/install-dependencies.rb
+++ b/scripts/install-dependencies.rb
@@ -161,7 +161,7 @@
 
 # Mavenize all dependencies
 
-install_stubs(23)
+install_stubs(26)
 
 install_map(MAPS_GROUP_ID, MAPS_ARTIFACT_ID, MAPS_API_VERSION, MAPS_REVISION_VERSION)