version bump to 1.23.1 + changelog

This commit is contained in:
Daniel Gultsch 2017-12-09 14:49:30 +01:00
parent d349f634d0
commit 5f5f4ca190
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
### Version 1.23.1
* Show icon instead of image preview in conversation overview
* fixed loop when trying to decrypt with YubiKey
### Version 1.23.0
* Support for read markers in private, non-anonymous group chats

View File

@ -50,6 +50,7 @@ dependencies {
compile 'com.makeramen:roundedimageview:2.3.0'
compile "com.wefika:flowlayout:0.4.1"
compile 'net.ypresto.androidtranscoder:android-transcoder:0.2.0'
}
ext {
@ -64,8 +65,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 242
versionName "1.23.0"
versionCode 245
versionName "1.23.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}