Брендированный динект
@@ -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\""
|
||||
|
||||
BIN
android/app/src/dinect/res/mipmap-hdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
android/app/src/dinect/res/mipmap-mdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
android/app/src/dinect/res/mipmap-xhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
android/app/src/dinect/res/mipmap-xxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
android/app/src/dinect/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
3
android/app/src/dinect/res/values-ru/strings.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">Dinect</string>
|
||||
</resources>
|
||||
3
android/app/src/dinect/res/values-ua/strings.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">Dinect</string>
|
||||
</resources>
|
||||
3
android/app/src/dinect/res/values/strings.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">Dinect</string>
|
||||
</resources>
|
||||
BIN
assets/dinect_logo.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
assets/dinect_splash.png
Normal file
|
After Width: | Height: | Size: 273 B |