Bumped the expiry date of the alpha to 15 June 2013.

This commit is contained in:
akwizgran
2013-05-30 14:05:36 +01:00
parent 12192aea43
commit 91dba5f6f2

View File

@@ -62,8 +62,8 @@ import com.google.inject.Inject;
public class HomeScreenActivity extends RoboActivity {
// This build expires at the beginning of June 2013
private static final long EXPIRY_DATE = 1370044800000L;
// This build expires on 15 June 2013
private static final long EXPIRY_DATE = 1371254400000L;
private static final Logger LOG =
Logger.getLogger(HomeScreenActivity.class.getName());