Updated dataBinder plugin to 1.0-rc4

This commit is contained in:
Dan Lew 2015-12-16 10:55:57 -06:00
parent fd39937e93
commit 909491c00a

View file

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