mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-05 08:45:08 -05:00
adjust version number
This commit is contained in:
parent
2aa828e0d1
commit
334852402d
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user