Prepare for server push; bump extension version number (note that 2.2.0 of extension

never launched; now extension and Android app version in sync - should keep it this
way in future)
This commit is contained in:
burke.davey
2011-05-12 20:43:35 +00:00
parent b6ddd2925a
commit 40b3b2667d
3 changed files with 7 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ import android.util.Log;
* AppEngine client. Handles auth.
*/
public class AppEngineClient {
static final String BASE_URL = "https://9.chrometophone.appspot.com";
static final String BASE_URL = "https://chrometophone.appspot.com";
private static final String AUTH_URL = BASE_URL + "/_ah/login";
private static final String AUTH_TOKEN_TYPE = "ah";