version bump to 1.13.6 + changelog
This commit is contained in:
parent
baa149924a
commit
0bc5dbdf94
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.13.6
|
||||||
|
* thumbnails for videos
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 1.13.5
|
####Version 1.13.5
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
|
|
|
@ -54,8 +54,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 162
|
versionCode 163
|
||||||
versionName "1.13.5"
|
versionName "1.13.6"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue