Bumped version number and expiry date.

This commit is contained in:
akwizgran
2017-05-19 12:07:29 +01:00
parent 1ad3a6646e
commit 3449677b24
4 changed files with 7 additions and 7 deletions

View File

@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
package="org.briarproject.briar"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="13"
android:versionName="0.13">
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-feature android:name="android.hardware.bluetooth"/>
<uses-feature android:name="android.hardware.camera" />

View File

@@ -30,8 +30,8 @@ public class SplashScreenActivity extends BaseActivity {
private static final Logger LOG =
Logger.getLogger(SplashScreenActivity.class.getName());
// This build expires on 1 June 2017
private static final long EXPIRY_DATE = 1496271600 * 1000L;
// This build expires on 1 July 2017
private static final long EXPIRY_DATE = 1498863600 * 1000L;
@Inject
protected ConfigController configController;