Bumped expiry date to 1 January 2015.

This commit is contained in:
akwizgran
2014-12-05 10:28:51 +00:00
committed by Abraham Kiggundu
parent c1d24d050a
commit 6cc864db2c

View File

@@ -30,8 +30,8 @@ public class SplashScreenActivity extends RoboSplashActivity {
private static final Logger LOG =
Logger.getLogger(SplashScreenActivity.class.getName());
// This build expires on 14 November 2014
private static final long EXPIRY_DATE = 1415923200 * 1000L;
// This build expires on 1 January 2015
private static final long EXPIRY_DATE = 1420070400 * 1000L;
private long now = System.currentTimeMillis();