Fix travis

This commit is contained in:
Marvin W 2016-08-07 18:19:36 +02:00
parent 3bb89224dc
commit 25d0e3be42
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ android:
components:
- platform-tools
- tools
- build-tools-23.0.2
- build-tools-23.0.3
- android-23
- extra-android-m2repository
before_cache:

View File

@ -19,7 +19,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.android.tools.build:gradle:2.1.2'
}
}
@ -36,7 +36,7 @@ String getMyVersionName() {
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"
defaultConfig {
versionName getMyVersionName()