Bumped expiry time and version number for beta release.

This commit is contained in:
akwizgran
2017-07-21 11:52:09 +01:00
parent 4ecf7c02d0
commit 63befccdbf
2 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ package org.briarproject.briar.android;
*/
public interface BriarApplication {
// This build expires on 15 October 2017
long EXPIRY_DATE = 1508022000 * 1000L;
// This build expires on 21 October 2017
long EXPIRY_DATE = 1508544000 * 1000L;
AndroidComponent getApplicationComponent();