From 167b61ae20fdc2702e9adf5a2eac8e650c84f177 Mon Sep 17 00:00:00 2001 From: alexzatsepin Date: Wed, 28 Sep 2016 11:45:10 +0300 Subject: [android] Added a new build flavor for Nine store --- android/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 9957ceb38b..23d3f503c9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -210,6 +210,13 @@ android { android.sourceSets.blackberry.assets.srcDirs = ['flavors/mwm-ttf-assets'] buildConfigField 'String', 'REVIEW_URL', '"https://appworld.blackberry.com/webstore/content/51013892"' } + + nineStore { + versionName = android.defaultConfig.versionName + '-NineStore' + android.sourceSets.blackberry.assets.srcDirs = ['flavors/mwm-ttf-assets'] + buildConfigField 'String', 'SUPPORT_MAIL', '"ninestore@mapswithme.com"' + buildConfigField 'String', 'REVIEW_URL', '"http://www.ninestore.ru/android-apps/mapswithme-maps-pro"' + } } // Currently (as of 1.2.3 gradle plugin) ABI filters aren't supported inside of product flavors, so we cannot generate splitted builds only for Google build. -- cgit v1.2.3