mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Bumped version to 0.12 and expiry date to 1 July 2016.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
package="org.briarproject"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:versionCode="11"
|
||||
android:versionName="0.11">
|
||||
android:versionCode="12"
|
||||
android:versionName="0.12">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="9"
|
||||
|
||||
@@ -24,8 +24,8 @@ public class SplashScreenActivity extends BaseActivity {
|
||||
private static final Logger LOG =
|
||||
Logger.getLogger(SplashScreenActivity.class.getName());
|
||||
|
||||
// This build expires on 1 June 2016
|
||||
private static final long EXPIRY_DATE = 1464735600 * 1000L;
|
||||
// This build expires on 1 July 2016
|
||||
private static final long EXPIRY_DATE = 1467327600 * 1000L;
|
||||
|
||||
@Inject
|
||||
protected ConfigController configController;
|
||||
|
||||
Reference in New Issue
Block a user