forked from organicmaps/organicmaps
Build for lenovo.
This commit is contained in:
parent
207d6b5f86
commit
da07881291
1 changed files with 9 additions and 0 deletions
|
@ -140,6 +140,15 @@ android {
|
|||
buildConfigField 'boolean', 'IS_PREINSTALLED', 'false'
|
||||
android.sourceSets.opera.assets.srcDirs = ['flavors/mwm-ttf-assets']
|
||||
}
|
||||
|
||||
lenovo {
|
||||
applicationId 'com.mapswithme.maps.pro'
|
||||
versionName = android.defaultConfig.versionName + '-Lenovo'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"market://details?id=com.mapswithme.maps.pro"'
|
||||
buildConfigField 'String', 'SUPPORT_MAIL', '"android@maps.me"'
|
||||
buildConfigField 'boolean', 'IS_PREINSTALLED', 'true'
|
||||
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