forked from mirror/monocles_chat_clean
version 2.5.2 + changes
This commit is contained in:
parent
ab24118a55
commit
475a271ff2
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 2.5.2
|
||||
* fix crash on PlayStore version
|
||||
|
||||
#### Version 2.5.1
|
||||
* rework lastseen and don't show offline as online (PAM)
|
||||
* improve video quality a bit (PAM)
|
||||
|
|
|
@ -103,8 +103,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
|
||||
versionCode 305
|
||||
versionName "2.5.1"
|
||||
versionCode 306
|
||||
versionName "2.5.2"
|
||||
//versionNameSuffix " beta_(2020-07-15)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
//resConfigs "en"
|
||||
|
||||
|
|
Loading…
Reference in a new issue