summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2015-01-27 10:58:49 -0800
committerGeorge Mount <mount@google.com>2015-01-27 10:58:49 -0800
commit2c91eecdca60d55e7a4c69b486e307331ac93137 (patch)
treee0964620d1b28347d113f9d45f1ac3a909a1a3fe /samples
parent0935fcaf455ce6fc6916194da651b556e1ec0326 (diff)
downloaddata-binding-2c91eecdca60d55e7a4c69b486e307331ac93137.tar.gz
Project renaming
Diffstat (limited to 'samples')
-rw-r--r--samples/BindingDemo/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/BindingDemo/app/build.gradle b/samples/BindingDemo/app/build.gradle
index 731d4e21..a2d1be0c 100644
--- a/samples/BindingDemo/app/build.gradle
+++ b/samples/BindingDemo/app/build.gradle
@@ -59,7 +59,7 @@ dependencies {
compile 'com.android.support:recyclerview-v7:21.0.2'
compile 'com.android.support:gridlayout-v7:21.+'
compile 'com.android.support:cardview-v7:21.+'
- compile 'com.android.databinding:annotations:0.3-SNAPSHOT'
+ compile 'com.android.databinding:baseLibrary:0.3-SNAPSHOT'
//provided 'com.android.databinding:compiler:0.3-SNAPSHOT'
provided 'com.android.databinding:annotationprocessor:0.3-SNAPSHOT'
provided fileTree(dir : 'build/databinder/src', include : ['*.java'])