Updated android-apt plugin to 1.8

This commit is contained in:
Dan Lew 2015-12-16 10:52:46 -06:00
parent 3e8cba3b4d
commit 979e075a51

View file

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