[Android] Databinding is now included in android plugin
Geoffrey Métais
git at videolan.org
Tue Mar 15 17:58:49 CET 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Mar 15 17:26:46 2016 +0100| [48f5d515875ca2db793cdbaf86587c3c739fd4d4] | committer: Geoffrey Métais
Databinding is now included in android plugin
> https://code.videolan.org/videolan/vlc-android/commit/48f5d515875ca2db793cdbaf86587c3c739fd4d4
---
vlc-android/build.gradle | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 92f22c8..01aeea2 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -1,5 +1,4 @@
apply plugin: 'com.android.application'
-apply plugin: 'com.android.databinding'
android {
compileSdkVersion rootProject.ext.compileSdkVersion
@@ -24,6 +23,10 @@ android {
exclude '**/*.txt'
}
+ dataBinding {
+ enabled = true
+ }
+
defaultConfig {
applicationId "org.videolan.vlc"
More information about the Android
mailing list