forked from organicmaps/organicmaps
[android] Added a new build flavor for Nine store
This commit is contained in:
parent
14663396e2
commit
53dfe90e36
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue