forked from organicmaps/organicmaps
Flavor for opera.
This commit is contained in:
parent
6bceab22dd
commit
77c71a610f
1 changed files with 9 additions and 1 deletions
|
@ -117,9 +117,17 @@ android {
|
|||
applicationId 'com.mapswithme.maps.pro'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"http://maps.me/"'
|
||||
buildConfigField 'String', 'SUPPORT_MAIL', '"android@maps.me"'
|
||||
buildConfigField 'boolean', 'IS_PREINSTALLED', 'true'
|
||||
buildConfigField 'boolean', 'IS_PREINSTALLED', 'false'
|
||||
android.sourceSets.xiaomi.assets.srcDirs = ['flavors/mwm-ttf-assets']
|
||||
}
|
||||
|
||||
opera {
|
||||
applicationId 'com.mapswithme.maps.pro'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"http://maps.me/"'
|
||||
buildConfigField 'String', 'SUPPORT_MAIL', '"android@maps.me"'
|
||||
buildConfigField 'boolean', 'IS_PREINSTALLED', 'false'
|
||||
android.sourceSets.opera.assets.srcDirs = ['flavors/mwm-ttf-assets']
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Fix a lot of lint errors in our code
|
||||
|
|
Loading…
Add table
Reference in a new issue