Update expiry date and translations

This commit is contained in:
Torsten Grote
2016-12-30 12:13:43 -02:00
parent 460b524e4b
commit a9663875f4
4 changed files with 38 additions and 31 deletions

View File

@@ -30,8 +30,8 @@ public class SplashScreenActivity extends BaseActivity {
private static final Logger LOG =
Logger.getLogger(SplashScreenActivity.class.getName());
// This build expires on 1 January 2017
private static final long EXPIRY_DATE = 1483225200 * 1000L;
// This build expires on 1 February 2017
private static final long EXPIRY_DATE = 1485903600 * 1000L;
@Inject
protected ConfigController configController;