Skip to content
Snippets Groups Projects
Commit 1d610209 authored by akwizgran's avatar akwizgran
Browse files

Changed the expiry date to 1 June 2013.

parent 2da873aa
No related branches found
No related tags found
No related merge requests found
...@@ -60,8 +60,8 @@ import com.google.inject.Inject; ...@@ -60,8 +60,8 @@ import com.google.inject.Inject;
public class HomeScreenActivity extends BriarActivity { public class HomeScreenActivity extends BriarActivity {
// This build expires at the beginning of May 2013 // This build expires at the beginning of June 2013
private static final long EXPIRY_DATE = 1367366400000L; private static final long EXPIRY_DATE = 1370044800000L;
private static final Logger LOG = private static final Logger LOG =
Logger.getLogger(HomeScreenActivity.class.getName()); Logger.getLogger(HomeScreenActivity.class.getName());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment