version bump to 1.23.2 + changelog

This commit is contained in:
Daniel Gultsch 2017-12-16 21:08:18 +01:00
parent 2b0551a522
commit dd237a272b
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
### Version 1.23.2
* Removed NFC support
* upload Avatars as JPEG
* reduce APK size
### Version 1.23.1
* Show icon instead of image preview in conversation overview
* fixed loop when trying to decrypt with YubiKey

View File

@ -69,8 +69,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 245
versionName "1.23.1"
versionCode 246
versionName "1.23.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}