Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexzatsepin <alexander.zatzepin@gmail.com>2016-09-28 11:45:10 +0300
committeralexzatsepin <alexander.zatzepin@gmail.com>2016-09-28 11:45:10 +0300
commit167b61ae20fdc2702e9adf5a2eac8e650c84f177 (patch)
treedd03f0b1d0e37c6a56d612853b6e81481e9e29ed
parent5ac464d2b8fe7f6c892a3b1c4966cb3b6487b829 (diff)
[android] Added a new build flavor for Nine store
-rw-r--r--android/build.gradle7
1 files changed, 7 insertions, 0 deletions
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.