update travis config

This commit is contained in:
Phillip Thelen 2016-12-07 14:59:14 +01:00
parent c0cf755fe7
commit d52f4ffb47
2 changed files with 3 additions and 3 deletions

View file

@ -24,10 +24,10 @@ android:
- tools
# The BuildTools version used by your project
- build-tools-24.0.2
- build-tools-24.0.3
# The SDK version used to compile your project
- android-24
- android-25
# Additional components
- extra-google-google_play_services

View file

@ -142,7 +142,7 @@ dependencies {
}
android {
compileSdkVersion 24
compileSdkVersion 25
buildToolsVersion "24.0.3"
defaultConfig {