From c1f247cb27ba5f24d05957c0cfc33632d147b378 Mon Sep 17 00:00:00 2001 From: OliE Date: Mon, 15 Jan 2018 18:11:29 +0100 Subject: [PATCH] bug fix workaround with android 27 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7b98fbc1..1dbcab8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,9 @@ branches: except: - travis-dev-build +before_install: + - yes | sdkmanager "platforms;android-27" + before_script: - sed -i -r -e 's/applicationId "[^"]+/\0.dev/'