version bump to 1.12.3 + changelog
This commit is contained in:
parent
6a28b5a9fa
commit
018f978a22
|
@ -1,5 +1,11 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.12.3
|
||||
* make omemo default when all resources support it
|
||||
* show presence of other resources as template
|
||||
* start typing in StartConversationsActivity to search
|
||||
* various bug fixes and improvements
|
||||
|
||||
####Version 1.12.2
|
||||
* fixed pgp presence signing
|
||||
|
||||
|
|
|
@ -54,8 +54,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 143
|
||||
versionName "1.12.2"
|
||||
versionCode 144
|
||||
versionName "1.12.3"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue