Skip to content

Commit

Permalink
Revert "change applicationId and app name to coexist with GPlay version"
Browse files Browse the repository at this point in the history
This reverts commit 8e37c01.
  • Loading branch information
ifoche committed Dec 14, 2017
1 parent a60e8f2 commit 2eeab86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="toolbar_title">DHIS2</string>
<string name="app_name">DHIS2 Dashboard (dev)</string>
<string name="app_name">DHIS2 Dashboard</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<string name="title_activity_login">LoginActivity</string>
Expand Down

0 comments on commit 2eeab86

Please sign in to comment.