Skip to content
Snippets Groups Projects
Unverified Commit 63befccd authored by akwizgran's avatar akwizgran
Browse files

Bumped expiry time and version number for beta release.

parent 4ecf7c02
No related branches found
Tags beta-0.16.2
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment