Bump expiry date to 31 December 2018.

This commit is contained in:
akwizgran
2017-12-01 16:11:06 +00:00
parent 21df6cb809
commit 71fe6f3148

View File

@@ -6,8 +6,8 @@ package org.briarproject.briar.android;
*/
public interface BriarApplication {
// This build expires on 31 December 2017
long EXPIRY_DATE = 1514761200 * 1000L;
// This build expires on 31 December 2018
long EXPIRY_DATE = 1546214400 * 1000L;
AndroidComponent getApplicationComponent();