Version 1.15.4 + changes

This commit is contained in:
Christian Schneppe 2016-12-25 21:12:14 +01:00
parent 576de71293
commit 19c07028ed
2 changed files with 11 additions and 4 deletions

View file

@ -1,5 +1,12 @@
###Changelog
###Version 1.15.4
* improve video compression quality
* support for POSH (RFC7711)
* support for quoting messages (via select text)
* verified messages show shield icon; unverified messages show lock
* bug fixes
###Version 1.15.3
* new [Blind Trust Before Verification](https://gultsch.de/trust.html) mode
* easily share Barcode and XMPP uri from Account details

View file

@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}
@ -79,9 +79,9 @@ android {
minSdkVersion 14
targetSdkVersion 24
versionCode 179
versionName "1.15.3"
//versionName "1.15.4 beta (2016-11-30)"
versionCode 181
versionName "1.15.4"
//versionName "1.15.4 beta (2016-12-24)"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"