version bump to 1.12.3 + changelog
This commit is contained in:
parent
6a28b5a9fa
commit
018f978a22
|
@ -1,5 +1,11 @@
|
||||||
###Changelog
|
###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
|
####Version 1.12.2
|
||||||
* fixed pgp presence signing
|
* fixed pgp presence signing
|
||||||
|
|
||||||
|
|
|
@ -54,8 +54,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 143
|
versionCode 144
|
||||||
versionName "1.12.2"
|
versionName "1.12.3"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue