version 1.13.2
This commit is contained in:
parent
b42cec6cd7
commit
5f08b8f3b4
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Reference in a new issue