forked from organicmaps/organicmaps
[android] Added store review urls to chinese and other configs.
This commit is contained in:
parent
50f2f26e12
commit
65365d172d
1 changed files with 5 additions and 9 deletions
|
@ -136,30 +136,25 @@ android {
|
|||
mobogenie {
|
||||
versionName = android.defaultConfig.versionName + '-Mobogenie'
|
||||
android.sourceSets.mobogenie.assets.srcDirs = ['flavors/mwm-ttf-assets']
|
||||
buildConfigField 'String', 'REVIEW_URL', '"http://www.mobogenie.com/download-maps-me-4240212.html"'
|
||||
}
|
||||
|
||||
tencent {
|
||||
versionName = android.defaultConfig.versionName + '-Tencent'
|
||||
android.sourceSets.tencent.assets.srcDirs = ['flavors/mwm-ttf-assets']
|
||||
// TODO While store url is unknown, force all rating reviews to be sent to our email.
|
||||
// Change it in the next version after publishing app to the store.
|
||||
buildConfigField 'int', 'RATING_THRESHOLD', '6'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"http://android.myapp.com/myapp/detail.htm?apkName=com.mapswithme.maps.pro"'
|
||||
}
|
||||
|
||||
baidu {
|
||||
versionName = android.defaultConfig.versionName + '-Baidu'
|
||||
android.sourceSets.baidu.assets.srcDirs = ['flavors/mwm-ttf-assets']
|
||||
// TODO While store url is unknown, force all rating reviews to be sent to our email.
|
||||
// Change it in the next version after publishing app to the store.
|
||||
buildConfigField 'int', 'RATING_THRESHOLD', '6'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"http://shouji.baidu.com/software/item?docid=7999892&f=sug@software"'
|
||||
}
|
||||
|
||||
appChina {
|
||||
versionName = android.defaultConfig.versionName + '-AppChina'
|
||||
android.sourceSets.appChina.assets.srcDirs = ['flavors/mwm-ttf-assets']
|
||||
// TODO While store url is unknown, force all rating reviews to be sent to our email.
|
||||
// Change it in the next version after publishing app to the store.
|
||||
buildConfigField 'int', 'RATING_THRESHOLD', '6'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"http://www.appchina.com/app/com.mapswithme.maps.pro"'
|
||||
}
|
||||
|
||||
moboMarket {
|
||||
|
@ -173,6 +168,7 @@ android {
|
|||
blackberry {
|
||||
versionName = android.defaultConfig.versionName + '-Blackberry'
|
||||
android.sourceSets.blackberry.assets.srcDirs = ['flavors/mwm-ttf-assets']
|
||||
buildConfigField 'String', 'REVIEW_URL', '"https://appworld.blackberry.com/webstore/content/51013892"'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue