version bump to 1.23.1 + changelog
This commit is contained in:
parent
d349f634d0
commit
5f5f4ca190
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue