From 400569f054cac44c04f3226934fdd6f2adbfaf3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Sousa?= Date: Sun, 13 Oct 2019 21:35:33 +0100 Subject: [PATCH] [FIX] Update travis configuration --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 318b51c..d4032e3 100755 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,10 @@ android: - tools # The BuildTools version used by your project - - build-tools-28.0.3 + - build-tools-29.0.2 # The SDK version used to compile your project - - android-28 + - android-29 before_script: - chmod +x gradlew