version 1.13.1
This commit is contained in:
parent
0ccf8416f7
commit
29a8516a74
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.13.0
|
||||
* bug fixes
|
||||
|
||||
####Version 1.13.0
|
||||
* changed applicationId
|
||||
* play videos directly without touching play button
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Reference in a new issue