[Android] App ID suffix for debug

Geoffrey Métais git at videolan.org
Fri Feb 6 18:10:07 CET 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Feb  6 18:09:42 2015 +0100| [353a83faabd5d8de0157f79afa72b73e2ea89d0a] | committer: Geoffrey Métais

App ID suffix for debug

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

 vlc-android/build.gradle |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 3e9ced4..ac9b736 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -54,6 +54,9 @@ android {
             shrinkResources true
             proguardFile 'proguard.cfg'
         }
+        debug {
+            applicationIdSuffix ".debug"
+        }
         debugx86.initWith(debug)
     }
     productFlavors {



More information about the Android mailing list