forked from mirror/monocles_chat_clean
version bump to 2.5.10 + changelog
This commit is contained in:
parent
f8ea42a959
commit
867166bf01
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.5.10
|
||||||
|
* Fixed crash on Android 8.0 + 8.1
|
||||||
|
|
||||||
### Version 2.5.9
|
### Version 2.5.9
|
||||||
* fixed minor security issues
|
* fixed minor security issues
|
||||||
* Share XMPP uri from channel search by long pressing a result
|
* Share XMPP uri from channel search by long pressing a result
|
||||||
|
|
|
@ -84,8 +84,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 339
|
versionCode 340
|
||||||
versionName "2.5.9"
|
versionName "2.5.10"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Add table
Reference in a new issue