From 288330a66323c5860c26f243200ed1a39fc84081 Mon Sep 17 00:00:00 2001 From: moliata Date: Tue, 2 Jan 2018 12:34:49 +0200 Subject: [PATCH] Reflected version update on Travis This commit updates Travis configuration file to reflect changes of update Gradle build file. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a6115c5f..97fa457b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,9 @@ android: components: - tools - platform-tools - - build-tools-26.0.1 - - android-26 - - doc-26 + - build-tools-27.0.1 + - android-27 + - doc-27 install: # Setup @@ -83,4 +83,4 @@ deploy: skip_cleanup: true on: branch: master - tags: true \ No newline at end of file + tags: true