switch to gradle plugin 1.5.0 in an attempt to fix travis

This commit is contained in:
Andreas Shimokawa 2016-03-03 17:19:29 +01:00
parent a96d042dce
commit aba21d3ab7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-beta6' classpath 'com.android.tools.build:gradle:1.5.0'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files