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:
-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.