lifted 1.0.x to new version

This commit is contained in:
Thialfihar 2010-06-03 21:31:02 +00:00
parent 031f9bb5e1
commit 4acca3b54f
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<manifest <manifest
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
package="org.thialfihar.android.apg" package="org.thialfihar.android.apg"
android:versionCode="14" android:versionName="1.0.0"> android:versionCode="15" android:versionName="1.0.1">
<application <application
android:icon="@drawable/icon" android:icon="@drawable/icon"

View File

@ -130,7 +130,7 @@ public class Apg {
public static final String EXTRA_MAX = "max"; public static final String EXTRA_MAX = "max";
public static final String EXTRA_ACCOUNT = "account"; public static final String EXTRA_ACCOUNT = "account";
public static String VERSION = "1.0.0"; public static String VERSION = "1.0.1";
public static String FULL_VERSION = "APG v" + VERSION; public static String FULL_VERSION = "APG v" + VERSION;
private static final int[] PREFERRED_SYMMETRIC_ALGORITHMS = private static final int[] PREFERRED_SYMMETRIC_ALGORITHMS =