Update expiry and translations

This commit is contained in:
Torsten Grote
2017-02-01 11:17:53 -02:00
parent 2fb11fba2a
commit 36f02b36d9
7 changed files with 31 additions and 25 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 February 2017
private static final long EXPIRY_DATE = 1485903600 * 1000L;
// This build expires on 1 March 2017
private static final long EXPIRY_DATE = 1488322800 * 1000L;
@Inject
protected ConfigController configController;