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

Bumped version to 0.12 and expiry date to 1 July 2016.

parent e0b01871
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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