version bump to 1.12.1 + changelog
This commit is contained in:
parent
c27663c456
commit
8a81f85734
|
@ -1,5 +1,8 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.12.1
|
||||||
|
* small bug fixes
|
||||||
|
|
||||||
####Version 1.12.0
|
####Version 1.12.0
|
||||||
* new welcome screen that makes it easier to register account
|
* new welcome screen that makes it easier to register account
|
||||||
* expert setting to modify presence
|
* expert setting to modify presence
|
||||||
|
|
|
@ -54,8 +54,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 141
|
versionCode 142
|
||||||
versionName "1.12.0"
|
versionName "1.12.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue