Fix travis broken build

This commit is contained in:
Fernando Cejas
2014-12-05 00:59:34 +01:00
parent cbc3458662
commit 83f22587d7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion '21.1' buildToolsVersion '21.0.2'
defaultConfig { defaultConfig {
minSdkVersion 15 minSdkVersion 15

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion '21.1' buildToolsVersion '21.0.2'
defaultConfig { defaultConfig {
applicationId "com.fernandocejas.android10.sample.presentation" applicationId "com.fernandocejas.android10.sample.presentation"