change app name in device

This commit is contained in:
vtretyakov
2018-03-26 14:27:23 +07:00
parent 1f5838ce16
commit 438d8323b9
6 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
<resources> <resources>
<string name="app_name">Dinect (INT)</string> <string name="app_name">Чекер (INT)</string>
</resources> </resources>

View File

@@ -1,3 +1,3 @@
<resources> <resources>
<string name="app_name">Dinect (OTE)</string> <string name="app_name">Чекер (OTE)</string>
</resources> </resources>

View File

@@ -1,3 +1,3 @@
<resources> <resources>
<string name="app_name">Dinect (STAGING)</string> <string name="app_name">Чекер (STAGING)</string>
</resources> </resources>

View File

@@ -1,3 +1,3 @@
<resources> <resources>
<string name="app_name">Dinect (TESTING)</string> <string name="app_name">Чекер (TESTING)</string>
</resources> </resources>

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dinect.checker" package="com.dinect.checker"
android:versionCode="9" android:versionCode="11"
android:versionName="1.1.14"> android:versionName="1.1.16">
<uses-sdk <uses-sdk
android:minSdkVersion="16" android:minSdkVersion="16"

View File

@@ -1,3 +1,3 @@
<resources> <resources>
<string name="app_name">Dinect</string> <string name="app_name">Чекер</string>
</resources> </resources>