[Android] Update databinder to 1.0-rc2

Jean-Baptiste Kempf git at videolan.org
Mon Oct 5 14:26:17 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Oct  3 18:12:06 2015 +0200| [048aa0fbd518ac835ee06843f13fa5eec6c01841] | committer: Jean-Baptiste Kempf

Update databinder to 1.0-rc2

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=048aa0fbd518ac835ee06843f13fa5eec6c01841
---

 build.gradle |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index af53e5b..fa0a7f0 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-rc1"
+        classpath 'com.android.databinding:dataBinder:1.0-rc2'
     }
 }
 



More information about the Android mailing list