From 8936fd1c011e49bf42cad0cf5eaac0c591c2f589 Mon Sep 17 00:00:00 2001 From: Ivan Murashov Date: Wed, 20 Sep 2017 11:04:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D0=B8=D0=B7=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8E=20faq?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/src/main/AndroidManifest.xml | 2 +- lib/consts.dart | 7 +++++-- lib/i18n/messages_en.dart | 4 ++-- lib/i18n/messages_ru.dart | 4 ++-- lib/i18n/messages_ua.dart | 4 ++-- lib/screens/faq.dart | 2 +- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 069c9d3..f28fddb 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="1.0.5"> extends BaseState { void initPhoneAndUrl() { String phone, url; if (app == 'pip') { - phone = 'Tel: +38 080 030 9997\nTel: +38 044 390 1697'; + phone = '+38 080 030 9997\n+38 044 390 1697'; url = 'http://discount.kiev.ua/'; } else if (app == 'autobonus') { phone = '8-800-234-6064';