Merge branch 'master' into development

Conflicts:
	src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java
This commit is contained in:
iNPUTmice 2014-11-16 12:27:17 +01:00
commit d43aeb7218
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Version 0.8.4
* bug fixes
####Version 0.8.3
* increased UI performance
* fixed rotation bugs

View File

@ -46,8 +46,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode 35
versionName "0.8.3"
versionCode 36
versionName "0.8.4"
}
compileOptions {