forked from organicmaps/organicmaps
Prestigio build fix
This commit is contained in:
parent
a19d5e526b
commit
0fc08b1c69
1 changed files with 3 additions and 3 deletions
|
@ -193,15 +193,15 @@ android {
|
|||
android.sourceSets.yotaLite.assets.srcDirs = ['flavors/guides-assets', 'flavors/mwm-ttf-assets']
|
||||
}
|
||||
|
||||
prestigioPro {
|
||||
prestigio {
|
||||
applicationId 'com.mapswithme.maps.pro'
|
||||
buildConfigField 'boolean', 'IS_PRO', 'true'
|
||||
buildConfigField 'String', 'PRO_URL', '"market://details?id=com.mapswithme.maps.pro"'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"market://details?id=com.mapswithme.maps.pro"'
|
||||
buildConfigField 'String', 'SUPPORT_MAIL', '"googleplay@maps.me"'
|
||||
buildConfigField 'boolean', 'IS_PRESTIGIO_PREINSTALLED', 'true'
|
||||
android.sourceSets.googlePro.setRoot('flavors/pro')
|
||||
android.sourceSets.googlePro.assets.srcDirs = ['flavors/guides-assets']
|
||||
android.sourceSets.prestigio.setRoot('flavors/pro')
|
||||
android.sourceSets.prestigio.assets.srcDirs = ['flavors/guides-assets']
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue