Skip to content
Snippets Groups Projects
Commit 97585ebc authored by Ximin Luo's avatar Ximin Luo
Browse files

bump expiry to Feb 14

parent 6b6b4667
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ public class SplashScreenActivity extends RoboSplashActivity { ...@@ -27,8 +27,8 @@ public class SplashScreenActivity extends RoboSplashActivity {
private static final Logger LOG = private static final Logger LOG =
Logger.getLogger(SplashScreenActivity.class.getName()); Logger.getLogger(SplashScreenActivity.class.getName());
// This build expires on 7 February 2014 // This build expires on 14 February 2014
private static final long EXPIRY_DATE = 1391731200 * 1000L; private static final long EXPIRY_DATE = 1392336000 * 1000L;
// Default log level - change this to OFF for release builds // Default log level - change this to OFF for release builds
private static final Level DEFAULT_LOG_LEVEL = INFO; private static final Level DEFAULT_LOG_LEVEL = INFO;
......
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