[Android] Use Databinding 1.0-rc4
Jean-Baptiste Kempf
git at videolan.org
Thu Oct 15 11:48:04 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 15 11:47:03 2015 +0200| [2db472a6c0e6f5f5368616a97da323009782869e] | committer: Jean-Baptiste Kempf
Use Databinding 1.0-rc4
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2db472a6c0e6f5f5368616a97da323009782869e
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index fa0a7f0..3ace02c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
- classpath 'com.android.databinding:dataBinder:1.0-rc2'
+ classpath 'com.android.databinding:dataBinder:1.0-rc4'
}
}
More information about the Android
mailing list