From 2eeab86e63075f0c2c627e414e48079a0d8231ae Mon Sep 17 00:00:00 2001 From: ifoche Date: Thu, 14 Dec 2017 17:41:21 +0100 Subject: [PATCH] Revert "change applicationId and app name to coexist with GPlay version" This reverts commit 8e37c01bfd98cb04f78302ae4ebefd6272216fba. --- app/build.gradle | 2 +- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index edf6dc63..c6724e03 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ android { buildToolsVersion "25.0.2" defaultConfig { - applicationId "org.hisp.dhis.android.dashboard_dev" + applicationId "org.hisp.dhis.android.dashboard" minSdkVersion 15 targetSdkVersion 25 versionCode 8 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 47468b4c..99032bb4 100755 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ DHIS2 - DHIS2 Dashboard (dev) + DHIS2 Dashboard Hello world! Settings LoginActivity