Changed the expiry date to 1 June 2013.

This commit is contained in:
akwizgran
2013-04-30 14:30:37 +01:00
parent 2da873aa01
commit 1d610209d0

View File

@@ -60,8 +60,8 @@ import com.google.inject.Inject;
public class HomeScreenActivity extends BriarActivity {
// This build expires at the beginning of May 2013
private static final long EXPIRY_DATE = 1367366400000L;
// This build expires at the beginning of June 2013
private static final long EXPIRY_DATE = 1370044800000L;
private static final Logger LOG =
Logger.getLogger(HomeScreenActivity.class.getName());