From e961df85d5f63079fab215a59fb84625dc757990 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 19 Oct 2015 10:19:39 +1300 Subject: [PATCH] Use different application ids --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index cad76d2..b799b48 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,9 +22,11 @@ android { productFlavors { regular { + applicationId "org.traccar.client" buildConfigField "boolean", "HIDDEN_APP", "false" } hidden { + applicationId "org.traccar.client.hidden" buildConfigField "boolean", "HIDDEN_APP", "true" } }