From a878ab5b0c15e9f215613d86104e02f540b920c4 Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Fri, 19 Jun 2015 19:49:44 +0300 Subject: [PATCH] Build version for 9app store. --- android/build.gradle | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index ea3fcf2b48..53be1a2866 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -171,6 +171,15 @@ android { buildConfigField 'boolean', 'IS_PREINSTALLED', 'false' android.sourceSets.web.assets.srcDirs = ['flavors/mwm-ttf-assets'] } + + nineApp { + applicationId 'com.mapswithme.maps.pro' + versionName = android.defaultConfig.versionName + '-9app' + buildConfigField 'String', 'REVIEW_URL', '"http://maps.me/"' + buildConfigField 'String', 'SUPPORT_MAIL', '"android@maps.me"' + buildConfigField 'boolean', 'IS_PREINSTALLED', 'false' + android.sourceSets.nineApp.assets.srcDirs = ['flavors/mwm-ttf-assets'] + } } // TODO: Fix a lot of lint errors in our code