Skip to content
Snippets Groups Projects
Unverified Commit 35090f4d authored by akwizgran's avatar akwizgran
Browse files

Bumped expiry date to 1 March 2016.

parent b65be93a
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,8 @@ public class SplashScreenActivity extends RoboSplashActivity {
private static final Logger LOG =
Logger.getLogger(SplashScreenActivity.class.getName());
// This build expires on 1 Feb 2016
private static final long EXPIRY_DATE = 1454284800 * 1000L;
// This build expires on 1 March 2016
private static final long EXPIRY_DATE = 1456790400 * 1000L;
private long now = System.currentTimeMillis();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment