mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
version 3.0.7 + changes
This commit is contained in:
parent
c56f241e28
commit
050bf86584
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 3.0.7
|
||||
* bug fixes for PlayStore version
|
||||
|
||||
#### Version 3.0.6
|
||||
* show message in chat, during video transcoding (blabber.im)
|
||||
* Fixed 'No Connectivity' issues on Android 7.1
|
||||
|
|
|
@ -106,8 +106,8 @@ android {
|
|||
targetSdkVersion 29
|
||||
|
||||
//versionNameSuffix " beta_(2021-04-10)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 324
|
||||
versionName "3.0.6"
|
||||
versionCode 325
|
||||
versionName "3.0.7"
|
||||
//resConfigs "en"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
|
|
Loading…
Reference in a new issue