Update translations and expiry date

This commit is contained in:
Torsten Grote
2016-11-23 21:05:06 -02:00
parent 6ab8219394
commit 55af22ca04
8 changed files with 873 additions and 141 deletions

View File

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