mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +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"
|
package="org.briarproject"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:versionCode="11"
|
android:versionCode="12"
|
||||||
android:versionName="0.11">
|
android:versionName="0.12">
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="9"
|
android:minSdkVersion="9"
|
||||||
|
|||||||
@@ -24,8 +24,8 @@ public class SplashScreenActivity extends BaseActivity {
|
|||||||
private static final Logger LOG =
|
private static final Logger LOG =
|
||||||
Logger.getLogger(SplashScreenActivity.class.getName());
|
Logger.getLogger(SplashScreenActivity.class.getName());
|
||||||
|
|
||||||
// This build expires on 1 June 2016
|
// This build expires on 1 July 2016
|
||||||
private static final long EXPIRY_DATE = 1464735600 * 1000L;
|
private static final long EXPIRY_DATE = 1467327600 * 1000L;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
protected ConfigController configController;
|
protected ConfigController configController;
|
||||||
|
|||||||
Reference in New Issue
Block a user