made version codes ready for release candidate in beta channel

This commit is contained in:
iNPUTmice 2015-01-29 23:56:04 +01:00
parent 3a52f31824
commit 3216813e49
2 changed files with 3 additions and 3 deletions

View File

@ -46,8 +46,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 43
versionName "1.0-beta2"
versionCode 44
versionName "1.0"
}
compileOptions {

View File

@ -30,7 +30,7 @@ public abstract class AbstractGenerator {
"urn:xmpp:chat-markers:0",
"urn:xmpp:receipts"
};
public final String IDENTITY_NAME = "Conversations 1.0-beta2";
public final String IDENTITY_NAME = "Conversations 1.0";
public final String IDENTITY_TYPE = "phone";
private static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", Locale.US);