Merge pull request #161 from sarg/master
Correct buildTools version in travis.yml
This commit is contained in:
commit
193d74879a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue