mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Bump version number and expiry date for beta release.
This commit is contained in:
@@ -6,8 +6,8 @@ package org.briarproject.briar.android;
|
||||
*/
|
||||
public interface BriarApplication {
|
||||
|
||||
// This build expires on 1 October 2017
|
||||
long EXPIRY_DATE = 1506812400 * 1000L;
|
||||
// This build expires on 15 October 2017
|
||||
long EXPIRY_DATE = 1508022000 * 1000L;
|
||||
|
||||
AndroidComponent getApplicationComponent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user