Bumped expiry date to 1 Feb 2016.

This commit is contained in:
akwizgran
2016-01-06 12:22:02 +00:00
parent b7860ba46c
commit 6e26391e03

View File

@@ -35,8 +35,8 @@ public class SplashScreenActivity extends RoboSplashActivity {
private static final Logger LOG =
Logger.getLogger(SplashScreenActivity.class.getName());
// This build expires on 1 Jan 2016
private static final long EXPIRY_DATE = 1451606400 * 1000L;
// This build expires on 1 Feb 2016
private static final long EXPIRY_DATE = 1454284800 * 1000L;
private long now = System.currentTimeMillis();