version 1.13.1

This commit is contained in:
Christian Schneppe 2016-06-04 22:00:56 +02:00
parent 0ccf8416f7
commit 29a8516a74
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
###Changelog
####Version 1.13.0
* bug fixes
####Version 1.13.0
* changed applicationId
* play videos directly without touching play button

View file

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