version bump to 0.8.2

This commit is contained in:
iNPUTmice 2014-11-06 10:32:04 +01:00
parent 2253814519
commit 413623337b
3 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,13 @@
###Changelog
####Version 0.8.2
* Share contacts via QR codes or NFC
* Slightly improved UI
* minor bug fixes
####Version 0.8.1
* minor bug fixes
####Version 0.8
* Download HTTP images
* Show avatars in MUC tiles

View file

@ -45,8 +45,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode 33
versionName "0.8.1"
versionCode 34
versionName "0.8.2"
}
compileOptions {

View file

@ -20,7 +20,7 @@ public abstract class AbstractGenerator {
"http://jabber.org/protocol/disco#info",
"urn:xmpp:avatar:metadata+notify",
"urn:xmpp:ping"};
public final String IDENTITY_NAME = "Conversations 0.8.1";
public final String IDENTITY_NAME = "Conversations 0.8.2";
public final String IDENTITY_TYPE = "phone";
protected XmppConnectionService mXmppConnectionService;