diff --git a/.travis.yml b/.travis.yml index 7aa8baf1fd..c67ceaa113 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: android android: components: - - tools - - platform-tools - build-tools-26.0.2 - android-26 - extra-android-m2repository diff --git a/build.gradle b/build.gradle index e0f4584f3f..1115873b6d 100644 --- a/build.gradle +++ b/build.gradle @@ -4,6 +4,7 @@ apply plugin: 'com.github.ben-manes.versions' buildscript { repositories { jcenter() + google() } dependencies { classpath 'com.android.tools.build:gradle:3.0.0'