bump expiry date and update translations

This commit is contained in:
Torsten Grote
2016-09-28 11:54:41 -03:00
parent 7e6a522eee
commit 7a0db798d1
5 changed files with 308 additions and 47 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 October 2016
private static final long EXPIRY_DATE = 1475276400 * 1000L;
// This build expires on 1 November 2016
private static final long EXPIRY_DATE = 1477954800 * 1000L;
@Inject
protected ConfigController configController;