Updated Android gradle plugin to 1.5.0

This commit is contained in:
Dan Lew 2015-12-16 10:55:22 -06:00
parent 979e075a51
commit fd39937e93

View file

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.android.databinding:dataBinder:1.0-rc1'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}