Update Version.java

This commit is contained in:
vshcherb 2016-01-10 12:14:18 +01:00
parent 63ef62eea2
commit 16c2c5a3c7

View file

@ -30,7 +30,7 @@ public class Version {
} else if (isGooglePlayEnabled(ctx)) { } else if (isGooglePlayEnabled(ctx)) {
return "market://search?q=pname:"; return "market://search?q=pname:";
} }
return "http://osmand.net/apps?"; return "http://osmand.net/apps?id=";
} }
private static boolean isAmazonEnabled(OsmandApplication ctx) { private static boolean isAmazonEnabled(OsmandApplication ctx) {