version bump to 1.12.2 + changelog
This commit is contained in:
parent
fb7525e0b9
commit
784df0c218
|
@ -1,5 +1,8 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.12.2
|
||||||
|
* fixed pgp presence signing
|
||||||
|
|
||||||
####Version 1.12.1
|
####Version 1.12.1
|
||||||
* small bug fixes
|
* small bug fixes
|
||||||
|
|
||||||
|
|
|
@ -54,8 +54,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 142
|
versionCode 143
|
||||||
versionName "1.12.1"
|
versionName "1.12.2"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue