mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Bumped expiry date to 31 October 2014 and build target to android-20.
This should make it easier for people to build the project with a freshly downloaded ADT Bundle.
This commit is contained in:
@@ -11,4 +11,4 @@
|
||||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-19
|
||||
target=android-20
|
||||
|
||||
@@ -30,8 +30,8 @@ public class SplashScreenActivity extends RoboSplashActivity {
|
||||
private static final Logger LOG =
|
||||
Logger.getLogger(SplashScreenActivity.class.getName());
|
||||
|
||||
// This build expires on 8 October 2014
|
||||
private static final long EXPIRY_DATE = 1412726400 * 1000L;
|
||||
// This build expires on 31 October 2014
|
||||
private static final long EXPIRY_DATE = 1414713600 * 1000L;
|
||||
|
||||
private long now = System.currentTimeMillis();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user