version bump to 1.10.1 and changelog
This commit is contained in:
parent
7fd6a37e67
commit
c393e60891
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.10.1
|
||||||
|
* made message correction opt-in
|
||||||
|
* various bug fixes
|
||||||
|
|
||||||
####Version 1.10.0
|
####Version 1.10.0
|
||||||
* Support for XEP-0357: Push Notifications
|
* Support for XEP-0357: Push Notifications
|
||||||
* Support for XEP-0308: Last Message Correction
|
* Support for XEP-0308: Last Message Correction
|
||||||
|
|
|
@ -58,8 +58,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 127
|
versionCode 128
|
||||||
versionName "1.10.0"
|
versionName "1.10.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue