Update translations and expiry date

This commit is contained in:
Torsten Grote
2016-10-25 08:19:15 -02:00
parent df44015ccb
commit e84d1c5996
5 changed files with 25 additions and 3 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 November 2016
private static final long EXPIRY_DATE = 1477954800 * 1000L;
// This build expires on 1 December 2016
private static final long EXPIRY_DATE = 1480546800 * 1000L;
@Inject
protected ConfigController configController;