Updated the expiry date of the alpha build to 15 July 2013.

This commit is contained in:
akwizgran
2013-06-27 15:06:20 +01:00
parent f2b25a5bf1
commit 7b3dd28e18

View File

@@ -62,8 +62,8 @@ import com.google.inject.Inject;
public class HomeScreenActivity extends RoboActivity {
// This build expires on 1 July 2013
private static final long EXPIRY_DATE = 1372636800000L;
// This build expires on 15 July 2013
private static final long EXPIRY_DATE = 1373846400 * 1000L;
private static final Logger LOG =
Logger.getLogger(HomeScreenActivity.class.getName());