mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Bumped expiry time and version number for beta release.
This commit is contained in:
@@ -78,8 +78,8 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 22
|
||||
versionCode 1601
|
||||
versionName "0.16.1"
|
||||
versionCode 1602
|
||||
versionName "0.16.2"
|
||||
applicationId "org.briarproject.briar.beta"
|
||||
resValue "string", "app_package", "org.briarproject.briar.beta"
|
||||
buildConfigField "String", "GitHash", "\"${getGitHash()}\""
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user