forked from organicmaps/organicmaps
Merge pull request #404 from trashkalmar/mm-1986-web-builds-store-url
[android] fix: Support e-mail for web builds.
This commit is contained in:
commit
ed363c461d
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ android {
|
|||
|
||||
web {
|
||||
versionName = android.defaultConfig.versionName + '-Web'
|
||||
buildConfigField 'String', 'SUPPORT_MAIL', '"googleplay@maps.me"'
|
||||
android.sourceSets.web.assets.srcDirs = ['flavors/mwm-ttf-assets']
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue