mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
version bump to 2.5.12 + changelog
This commit is contained in:
parent
781ec93154
commit
3a0c6bc17e
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.5.12
|
||||
* Jingle file transfer fixes
|
||||
|
||||
### Version 2.5.11
|
||||
* Fixed crash on Android <5.0
|
||||
|
||||
|
|
|
@ -84,8 +84,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 341
|
||||
versionName "2.5.11"
|
||||
versionCode 343
|
||||
versionName "2.5.12"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
Loading…
Reference in a new issue