Update translations and expiry date

This commit is contained in:
Torsten Grote
2016-07-27 15:09:25 -03:00
parent ddbac36913
commit c47171c06e
2 changed files with 55 additions and 23 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 August 2016
private static final long EXPIRY_DATE = 1470006000 * 1000L;
// This build expires on 1 September 2016
private static final long EXPIRY_DATE = 1472684400 * 1000L;
@Inject
protected ConfigController configController;