forked from organicmaps/organicmaps
Fix review URL
The app is app.organicmaps on Google Play, not app.omaps As reported by jannik on Telegram. Signed-off-by: Sylvia van Os <sylvia@hackerchick.me>
This commit is contained in:
parent
2465430346
commit
191dcdb1a3
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ android {
|
|||
targetSdkVersion propTargetSdkVersion.toInteger()
|
||||
applicationId project.ext.appId
|
||||
buildConfigField 'String', 'SUPPORT_MAIL', '"android@organicmaps.app"'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"market://details?id=app.omaps"'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"market://details?id=app.organicmaps"'
|
||||
buildConfigField 'int', 'RATING_THRESHOLD', '5'
|
||||
|
||||
multiDexEnabled true
|
||||
|
|
Loading…
Add table
Reference in a new issue