version 1.13.2

This commit is contained in:
Christian Schneppe 2016-06-06 21:50:16 +02:00
parent b42cec6cd7
commit 5f08b8f3b4
2 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,10 @@
###Changelog
####Version 1.13.0
####Version 1.13.2
* refactored lastseen info
* bug fixes
####Version 1.13.1
* bug fixes
####Version 1.13.0

View file

@ -71,9 +71,10 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 151
versionName "1.13.1"
versionCode 152
versionName "1.13.2"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"