version bump to 1.23.1 + changelog
This commit is contained in:
parent
d349f634d0
commit
5f5f4ca190
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# 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
|
### Version 1.23.0
|
||||||
* Support for read markers in private, non-anonymous group chats
|
* Support for read markers in private, non-anonymous group chats
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,7 @@ dependencies {
|
||||||
compile 'com.makeramen:roundedimageview:2.3.0'
|
compile 'com.makeramen:roundedimageview:2.3.0'
|
||||||
compile "com.wefika:flowlayout:0.4.1"
|
compile "com.wefika:flowlayout:0.4.1"
|
||||||
compile 'net.ypresto.androidtranscoder:android-transcoder:0.2.0'
|
compile 'net.ypresto.androidtranscoder:android-transcoder:0.2.0'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
|
@ -64,8 +65,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 242
|
versionCode 245
|
||||||
versionName "1.23.0"
|
versionName "1.23.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue