Added planet MWM in prestigio build.

This commit is contained in:
Dmitry Yunitsky 2014-11-10 17:14:20 +03:00 committed by Alex Zolotarev
parent 0ab13e64ea
commit 839262dabb

View file

@ -201,7 +201,7 @@ android {
buildConfigField 'String', 'SUPPORT_MAIL', '"googleplay@maps.me"'
buildConfigField 'boolean', 'IS_PRESTIGIO_PREINSTALLED', 'true'
android.sourceSets.prestigio.setRoot('flavors/pro')
android.sourceSets.prestigio.assets.srcDirs = ['flavors/guides-assets']
android.sourceSets.prestigio.assets.srcDirs = ['flavors/guides-assets', 'flavors/mwm-ttf-assets']
}
}