Bumped version to 0.12 and expiry date to 1 July 2016.

This commit is contained in:
akwizgran
2016-05-13 11:52:11 +01:00
parent e0b0187157
commit 950c6525f6
2 changed files with 4 additions and 4 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 June 2016
private static final long EXPIRY_DATE = 1464735600 * 1000L;
// This build expires on 1 July 2016
private static final long EXPIRY_DATE = 1467327600 * 1000L;
@Inject
protected ConfigController configController;