diff --git a/android/app/build.gradle b/android/app/build.gradle index c50c395..b155f44 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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\"" diff --git a/android/app/src/dinect/res/mipmap-hdpi/ic_launcher.png b/android/app/src/dinect/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000..6347ce1 Binary files /dev/null and b/android/app/src/dinect/res/mipmap-hdpi/ic_launcher.png differ diff --git a/android/app/src/dinect/res/mipmap-mdpi/ic_launcher.png b/android/app/src/dinect/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000..3be6ee5 Binary files /dev/null and b/android/app/src/dinect/res/mipmap-mdpi/ic_launcher.png differ diff --git a/android/app/src/dinect/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/dinect/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000..591378e Binary files /dev/null and b/android/app/src/dinect/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/android/app/src/dinect/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/dinect/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..f1d5390 Binary files /dev/null and b/android/app/src/dinect/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/android/app/src/dinect/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/dinect/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..c6a01a1 Binary files /dev/null and b/android/app/src/dinect/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/android/app/src/dinect/res/values-ru/strings.xml b/android/app/src/dinect/res/values-ru/strings.xml new file mode 100644 index 0000000..9aad28f --- /dev/null +++ b/android/app/src/dinect/res/values-ru/strings.xml @@ -0,0 +1,3 @@ + + Dinect + diff --git a/android/app/src/dinect/res/values-ua/strings.xml b/android/app/src/dinect/res/values-ua/strings.xml new file mode 100644 index 0000000..9aad28f --- /dev/null +++ b/android/app/src/dinect/res/values-ua/strings.xml @@ -0,0 +1,3 @@ + + Dinect + diff --git a/android/app/src/dinect/res/values/strings.xml b/android/app/src/dinect/res/values/strings.xml new file mode 100644 index 0000000..9aad28f --- /dev/null +++ b/android/app/src/dinect/res/values/strings.xml @@ -0,0 +1,3 @@ + + Dinect + diff --git a/assets/dinect_logo.png b/assets/dinect_logo.png new file mode 100644 index 0000000..ae1ee4f Binary files /dev/null and b/assets/dinect_logo.png differ diff --git a/assets/dinect_splash.png b/assets/dinect_splash.png new file mode 100644 index 0000000..3839a8e Binary files /dev/null and b/assets/dinect_splash.png differ