Skip to content
Snippets Groups Projects
Commit 1923dba3 authored by akwizgran's avatar akwizgran
Browse files

Bumped the version number and expiry date.

parent e74465dd
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.briarproject" package="org.briarproject"
android:versionCode="5" android:versionCode="6"
android:versionName="0.5" > android:versionName="0.6" >
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="19" /> <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="19" />
......
...@@ -28,8 +28,8 @@ public class SplashScreenActivity extends RoboSplashActivity { ...@@ -28,8 +28,8 @@ public class SplashScreenActivity extends RoboSplashActivity {
private static final Logger LOG = private static final Logger LOG =
Logger.getLogger(SplashScreenActivity.class.getName()); Logger.getLogger(SplashScreenActivity.class.getName());
// This build expires on 7 April 2014 // This build expires on 19 April 2014
private static final long EXPIRY_DATE = 1396828800 * 1000L; private static final long EXPIRY_DATE = 1397865600 * 1000L;
// Default log level - change this to OFF for release builds // Default log level - change this to OFF for release builds
private static final Level DEFAULT_LOG_LEVEL = INFO; private static final Level DEFAULT_LOG_LEVEL = INFO;
......
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