version bump to 0.9.3
This commit is contained in:
parent
490f40b196
commit
5acd471880
|
@ -1,4 +1,6 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
####Version 0.9.3
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 0.9.2
|
####Version 0.9.2
|
||||||
* more bug fixes
|
* more bug fixes
|
||||||
|
|
|
@ -46,8 +46,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 19
|
targetSdkVersion 19
|
||||||
versionCode 39
|
versionCode 40
|
||||||
versionName "0.9.2"
|
versionName "0.9.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
|
@ -20,7 +20,7 @@ public abstract class AbstractGenerator {
|
||||||
"http://jabber.org/protocol/disco#info",
|
"http://jabber.org/protocol/disco#info",
|
||||||
"urn:xmpp:avatar:metadata+notify",
|
"urn:xmpp:avatar:metadata+notify",
|
||||||
"urn:xmpp:ping"};
|
"urn:xmpp:ping"};
|
||||||
public final String IDENTITY_NAME = "Conversations 0.9.2";
|
public final String IDENTITY_NAME = "Conversations 0.9.3";
|
||||||
public final String IDENTITY_TYPE = "phone";
|
public final String IDENTITY_TYPE = "phone";
|
||||||
|
|
||||||
protected XmppConnectionService mXmppConnectionService;
|
protected XmppConnectionService mXmppConnectionService;
|
||||||
|
|
Loading…
Reference in a new issue