version bump to 2.1.3 + changelog
This commit is contained in:
parent
322463bab7
commit
b1b7cf5c0a
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.1.3
|
||||
* Do not process stanzas with invalid JIDs
|
||||
|
||||
### Version 2.1.2
|
||||
* Fixed avatars not being displayed on new installs
|
||||
|
||||
|
|
|
@ -65,8 +65,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 25
|
||||
versionCode 266
|
||||
versionName "2.1.2"
|
||||
versionCode 267
|
||||
versionName "2.1.3"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
Loading…
Reference in a new issue