forked from organicmaps/organicmaps
Renamed preinstall build.
This commit is contained in:
parent
802ede40a0
commit
0c4fa9ee46
1 changed files with 3 additions and 3 deletions
|
@ -120,13 +120,13 @@ android {
|
|||
android.sourceSets.yandex.assets.srcDirs = ['flavors/mwm-ttf-assets']
|
||||
}
|
||||
|
||||
prestigio {
|
||||
preinstall {
|
||||
applicationId 'com.mapswithme.maps.pro'
|
||||
versionName = android.defaultConfig.versionName + '-Prestigio'
|
||||
versionName = android.defaultConfig.versionName + '-Preinstall'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"market://details?id=com.mapswithme.maps.pro"'
|
||||
buildConfigField 'String', 'SUPPORT_MAIL', '"googleplay@maps.me"'
|
||||
buildConfigField 'boolean', 'IS_PREINSTALLED', 'true'
|
||||
android.sourceSets.prestigio.assets.srcDirs = ['flavors/mwm-ttf-assets']
|
||||
android.sourceSets.preinstall.assets.srcDirs = ['flavors/mwm-ttf-assets']
|
||||
}
|
||||
|
||||
cipherlab {
|
||||
|
|
Loading…
Add table
Reference in a new issue