Skip to content
Snippets Groups Projects
Commit 6cc864db authored by akwizgran's avatar akwizgran Committed by Abraham Kiggundu
Browse files

Bumped expiry date to 1 January 2015.

parent c1d24d05
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
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