mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-27 19:22:15 -05:00
version bump to 1.11.3 and changelog
This commit is contained in:
parent
701742f550
commit
5eedce91f9
@ -1,5 +1,9 @@
|
||||
###Changelog
|
||||
|
||||
####Version 1.11.3
|
||||
* check maximum file size when using HTTP Upload
|
||||
* properly calculate caps hash
|
||||
|
||||
####Version 1.11.2
|
||||
* only add image files to media scanner
|
||||
* allow to delete files
|
||||
|
@ -58,8 +58,8 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 134
|
||||
versionName "1.11.2"
|
||||
versionCode 135
|
||||
versionName "1.11.3"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user