Bumped the expiry date to 31 January 2014.

This commit is contained in:
akwizgran
2014-01-24 21:02:56 +00:00
parent 1a631d9053
commit f1d3093ee2

View File

@@ -70,8 +70,8 @@ import android.widget.Toast;
public class HomeScreenActivity extends RoboActivity {
// This build expires on 22 January 2014
private static final long EXPIRY_DATE = 1390348800 * 1000L;
// This build expires on 31 January 2014
private static final long EXPIRY_DATE = 1391126400 * 1000L;
private static final Logger LOG =
Logger.getLogger(HomeScreenActivity.class.getName());