Compare commits

...

1 Commits

Author SHA1 Message Date
akwizgran
0e51ddb767 Bumped expiry date to 1 May 2017. 2017-02-27 09:29:24 +00:00

View File

@@ -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 May 2017
private static final long EXPIRY_DATE = 1488322800 * 1000L; private static final long EXPIRY_DATE = 1493593200 * 1000L;
@Inject @Inject
protected ConfigController configController; protected ConfigController configController;