version bump to 2.5.12 + changelog

This commit is contained in:
Daniel Gultsch 2019-10-06 14:37:35 +02:00
parent 781ec93154
commit 3a0c6bc17e
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# Changelog # Changelog
### Version 2.5.12
* Jingle file transfer fixes
### Version 2.5.11 ### Version 2.5.11
* Fixed crash on Android <5.0 * Fixed crash on Android <5.0

View file

@ -84,8 +84,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 341 versionCode 343
versionName "2.5.11" versionName "2.5.12"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId