[and] API version up.

This commit is contained in:
d-kunin 2013-08-18 21:57:41 +03:00
parent 68033ae0a5
commit d9bffebe0d

View file

@ -45,7 +45,7 @@ public class Const
public static final String ACTION_MWM_REQUEST = AUTHORITY + ".request";
static final int API_VERSION = 1;
static final int API_VERSION = 2;
static final String CALLBACK_PREFIX = "mapswithme.client.";
private Const() {}