Skip to content

Commit

Permalink
Merge pull request #4399 from alexzatsepin/MAPSME-2484-custom-build-f…
Browse files Browse the repository at this point in the history
…or-nine-store

[android] Added a new build flavor for Nine store
  • Loading branch information
alexzatsepin authored Sep 28, 2016
2 parents f3bac4d + 167b61a commit 6c09f92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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', '"[email protected]"'
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.
Expand Down

0 comments on commit 6c09f92

Please sign in to comment.