Merge pull request #161 from sarg/master

Correct buildTools version in travis.yml
This commit is contained in:
Carsten Pfeiffer 2015-11-09 22:32:07 +01:00
commit 193d74879a
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ android:
# Uncomment the lines below if you want to # Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools # use the latest revision of Android SDK Tools
# - platform-tools # - platform-tools
# - tools - tools
# The BuildTools version used by your project # The BuildTools version used by your project
- build-tools-23.0.1 - build-tools-23.0.2
# The SDK version used to compile your project # The SDK version used to compile your project
- android-23 - android-23