version bump to 1.12.0 + changelog
This commit is contained in:
parent
bf92ef6cd3
commit
7674e01585
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.12.0
|
||||||
|
* new welcome screen that makes it easier to register account
|
||||||
|
* expert setting to modify presence
|
||||||
|
|
||||||
####Version 1.11.7
|
####Version 1.11.7
|
||||||
* Share xmpp uri from conference details
|
* Share xmpp uri from conference details
|
||||||
* add setting to allow quick sharing
|
* add setting to allow quick sharing
|
||||||
|
|
|
@ -54,8 +54,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 140
|
versionCode 141
|
||||||
versionName "1.11.7"
|
versionName "1.12.0"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue