Брендированный динект

This commit is contained in:
Ivan Murashov
2017-09-28 10:55:29 +03:00
parent 62669665f1
commit 386a6ac063
11 changed files with 21 additions and 0 deletions

View File

@@ -42,6 +42,18 @@ android {
productFlavors {
dinect {
applicationId 'com.dinect.dinect'
buildConfigField "String", "locale", "\"ru\""
buildConfigField "String", "flavor", "\"dinect\""
buildConfigField "int", "currency", "643"
buildConfigField "String", "supportPhone", "\"8-800-77-55-032\""
buildConfigField "String", "supportUrl", "\"http://www.dinect.com\""
buildConfigField "String", "endpoint", "\"https://pos-api.dinect.com/20130701/\""
buildConfigField "String", "appToken", "\"bdea0f3ba9034b688019a7cac753d1209e2b227f\""
}
autobonus {
applicationId 'com.dinect.autobonus'
buildConfigField "String", "locale", "\"ru\""

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,3 @@
<resources>
<string name="app_name">Dinect</string>
</resources>

View File

@@ -0,0 +1,3 @@
<resources>
<string name="app_name">Dinect</string>
</resources>

View File

@@ -0,0 +1,3 @@
<resources>
<string name="app_name">Dinect</string>
</resources>

BIN
assets/dinect_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
assets/dinect_splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B