version bump to 1.14.8 + changelog
This commit is contained in:
parent
20ddba2aa9
commit
e538272417
|
@ -1,5 +1,8 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.14.8
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 1.14.7
|
####Version 1.14.7
|
||||||
* error message accessible via context menu for failed messages
|
* error message accessible via context menu for failed messages
|
||||||
* don't include pgp signature in anonymous mucs
|
* don't include pgp signature in anonymous mucs
|
||||||
|
|
|
@ -55,8 +55,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 180
|
versionCode 181
|
||||||
versionName "1.14.7"
|
versionName "1.14.8"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue