[Android] By default, the TV version has the same namespace

Jean-Baptiste Kempf git at videolan.org
Sun Feb 8 18:27:36 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb  8 18:26:28 2015 +0100| [8e6014d9ae18ee8077d83619bebbe0e561558d17] | committer: Jean-Baptiste Kempf

By default, the TV version has the same namespace

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

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

diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 6213c88..56809cc 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -64,7 +64,7 @@ android {
             applicationId "org.videolan.vlc"
         }
         tv {
-            applicationId "org.videolan.vlc.tv"
+            applicationId "org.videolan.vlc"
             minSdkVersion 17
         }
     }



More information about the Android mailing list