version bump to 1.13.1 + changelog
This commit is contained in:
parent
ea667a1a73
commit
490a1ca3cf
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.13.1
|
||||||
|
* changed some colors in dark theme
|
||||||
|
* fixed fall-back message for OMEMO
|
||||||
|
|
||||||
####Version 1.13.0
|
####Version 1.13.0
|
||||||
* configurable dark theme
|
* configurable dark theme
|
||||||
* opt-in to share Last User Interaction
|
* opt-in to share Last User Interaction
|
||||||
|
|
|
@ -54,8 +54,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 154
|
versionCode 155
|
||||||
versionName "1.13.0"
|
versionName "1.13.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue