adjust version number
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.thialfihar.android.apg"
|
||||
android:versionName="0.10.0" android:versionCode="14">
|
||||
android:versionCode="14" android:versionName="1.0.0">
|
||||
|
||||
<application
|
||||
android:icon="@drawable/icon"
|
||||
|
||||
@@ -102,7 +102,7 @@ public class Apg {
|
||||
public static final String ENCRYPT_FILE = "org.thialfihar.android.apg.intent.ENCRYPT_FILE";
|
||||
}
|
||||
|
||||
public static String VERSION = "0.10.0";
|
||||
public static String VERSION = "1.0.0";
|
||||
public static String FULL_VERSION = "APG v" + VERSION;
|
||||
|
||||
private static final int[] PREFERRED_SYMMETRIC_ALGORITHMS =
|
||||
|
||||
Reference in New Issue
Block a user