[Android] No tabs :)
Jean-Baptiste Kempf
git at videolan.org
Sat Feb 7 23:55:37 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 7 23:55:18 2015 +0100| [f110e5e8326fbeefe0b1b053421e4b8ca094675e] | committer: Jean-Baptiste Kempf
No tabs :)
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=f110e5e8326fbeefe0b1b053421e4b8ca094675e
---
vlc-android/build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index ac9b736..a49acb4 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -5,7 +5,7 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion
lintOptions {
- abortOnError false
+ abortOnError false
disable 'MissingTranslation', 'ExtraTranslation'
}
@@ -96,4 +96,4 @@ dependencies {
compile 'com.android.support:cardview-v7:21.0.+'
compile 'com.android.support:recyclerview-v7:21.0.+'
tvCompile 'com.android.support:leanback-v17:21.0.+'
-}
\ No newline at end of file
+}
More information about the Android
mailing list