diff --git a/.travis.yml b/.travis.yml index 74fc5a8..3492f7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,16 @@ env: android: components: + # following added as quick fix to get support for 23.0.3 build tools + # "tools" always refers to the latest build tools version. Remove this + # when travis is able to parse "build-tools-23.0.3" correctly. + # See https://github.com/travis-ci/travis-ci/issues/5036 + - tools # needed build tools - - build-tools-22.0.1 + - build-tools-23.0.3 # The SDK version used to compile your project - - android-22 + - android-23 # extra needed components - extra-android-m2repository