From 7039c02386385514d2d158280516d05f1ff358af Mon Sep 17 00:00:00 2001 From: Govind Dixit Date: Fri, 31 May 2019 11:42:29 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 964ce87..96a53f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ android: - tools - platform-tools # The BuildTools version used by your project - - build-tools-28.0.3 + - build-tools-27.0.3 # The SDK version used to compile your project - android-27 - add-on @@ -35,7 +35,7 @@ cache: - $HOME/.android/build-cache before_install: -- yes | sdkmanager "build-tools;28.0.3" +- yes | sdkmanager "build-tools;27.0.3" - chmod +x gradlew script: