Skip to content
Snippets Groups Projects
Commit 867a233b authored by Torsten Grote's avatar Torsten Grote
Browse files

Update expiry

parent 36f02b36
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,8 @@ public class SplashScreenActivity extends BaseActivity { ...@@ -30,8 +30,8 @@ public class SplashScreenActivity extends BaseActivity {
private static final Logger LOG = private static final Logger LOG =
Logger.getLogger(SplashScreenActivity.class.getName()); Logger.getLogger(SplashScreenActivity.class.getName());
// This build expires on 1 March 2017 // This build expires on 1 April 2017
private static final long EXPIRY_DATE = 1488322800 * 1000L; private static final long EXPIRY_DATE = 1491001200 * 1000L;
@Inject @Inject
protected ConfigController configController; protected ConfigController configController;
......
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