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 <az@mapswithme.com>2016-09-28 20:10:35 +0300
committerGitHub <noreply@github.com>2016-09-28 20:10:35 +0300
commit6c09f9291df0de05aa6fbcd879c03f45b7a872d2 (patch)
treea31a777dc4eeff7b5112adca38c7179a14462353
parentf3bac4d92c11b2712f0022fd697cb45b465765b9 (diff)
parent167b61ae20fdc2702e9adf5a2eac8e650c84f177 (diff)
Merge pull request #4399 from alexzatsepin/MAPSME-2484-custom-build-for-nine-storeandroid-release-643
[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.