version 2.1.0 + changes

This commit is contained in:
Christian Schneppe 2018-08-05 13:01:46 +02:00
parent 555e5a8597
commit b890f6e78f
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
### Changelog
#### Version 2.1.0 (not yet released)
#### Version 2.1.0
* use group chat name as primary identifier
* upload group chat avatar on compatible servers
* show group name and subject in group chat details

View file

@ -82,8 +82,8 @@ android {
minSdkVersion 16
targetSdkVersion 25
versionCode 237
versionName "2.1.0 (beta 2018-07-15)"
versionCode 238
versionName "2.1.0"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"
@ -133,7 +133,6 @@ android {
minSdkVersion 14
debuggable true
buildTypes.release.signingConfig = null
//applicationIdSuffix ".debug"
}
release {