forked from organicmaps/organicmaps
[android] Added blackberry build config.
This commit is contained in:
parent
c80de1dbf8
commit
50f2f26e12
1 changed files with 5 additions and 0 deletions
|
@ -169,6 +169,11 @@ android {
|
|||
// Change it in the next version after publishing app to the store.
|
||||
buildConfigField 'int', 'RATING_THRESHOLD', '6'
|
||||
}
|
||||
|
||||
blackberry {
|
||||
versionName = android.defaultConfig.versionName + '-Blackberry'
|
||||
android.sourceSets.blackberry.assets.srcDirs = ['flavors/mwm-ttf-assets']
|
||||
}
|
||||
}
|
||||
|
||||
// Currently (as of 1.2.3 gradle plugin) ABI filters aren't supported inside of product flavors, so we cannot generate splitted builds only for Google build.
|
||||
|
|
Loading…
Add table
Reference in a new issue