Bumped expiry date to 1 PAril 2015.

This commit is contained in:
Alexander Løvik Stevenson
2015-03-05 14:05:24 +01:00
parent 316e4c88fd
commit 35212a49dc

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 1 March 2015
private static final long EXPIRY_DATE = 1425168000 * 1000L;
// This build expires on 1 April 2015
private static final long EXPIRY_DATE = 1427846400 * 1000L;
private long now = System.currentTimeMillis();