mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-16 22:05:05 -05:00
lift branch 0.9.x's version to 0.9.0 and set version code to 5 for now
This commit is contained in:
parent
c156e52573
commit
4fc97b90fc
@ -16,7 +16,7 @@
|
||||
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.thialfihar.android.apg"
|
||||
android:versionName="0.8.1" android:versionCode="4">
|
||||
android:versionName="0.9.0" android:versionCode="5">
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<activity android:name=".MainActivity"
|
||||
android:label="@string/app_name"
|
||||
|
@ -100,7 +100,7 @@ public class Apg {
|
||||
public static final String ENCRYPT = "org.thialfihar.android.apg.intent.ENCRYPT";
|
||||
}
|
||||
|
||||
public static String VERSION = "0.8.1";
|
||||
public static String VERSION = "0.9.0";
|
||||
public static String FULL_VERSION = "APG v" + VERSION;
|
||||
|
||||
private static final int[] PREFERRED_SYMMETRIC_ALGORITHMS =
|
||||
|
Loading…
Reference in New Issue
Block a user