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:
akwizgran
2014-10-07 11:44:39 +01:00
parent 9e5e2e2df2
commit 58a2b725bf
2 changed files with 3 additions and 3 deletions

View File

@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-19
target=android-20

View File

@@ -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();