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

Bumped expiry date to 1 May 2016.

parent e44329a2
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 April 2016 // This build expires on 1 May 2016
private static final long EXPIRY_DATE = 1459465200 * 1000L; private static final long EXPIRY_DATE = 1462057200 * 1000L;
@Inject @Inject
protected DatabaseConfig dbConfig; protected DatabaseConfig dbConfig;
......
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