Updated changelog & build number from 4.2.2 release
This commit is contained in:
parent
52303ccc4d
commit
aaa0b7b7bd
2 changed files with 8 additions and 1 deletions
|
@ -19,6 +19,13 @@ Group changes to describe their impact on the project, as follows:
|
||||||
### Changed
|
### Changed
|
||||||
- Files from chat messages are now stored in a private space and will be deleted when the message or room will be deleted
|
- Files from chat messages are now stored in a private space and will be deleted when the message or room will be deleted
|
||||||
|
|
||||||
|
## [4.2.2] - 2020-02-24
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Fixed various issues
|
||||||
|
- Updated SDK to 4.3.1
|
||||||
|
- Removed AAudio plugin for now (we have observed quality issues on some popular devices with their latest updates)
|
||||||
|
|
||||||
## [4.2.1] - 2020-01-13
|
## [4.2.1] - 2020-01-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -92,7 +92,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 4216
|
versionCode 4217
|
||||||
versionName "${project.version}"
|
versionName "${project.version}"
|
||||||
applicationId getPackageName()
|
applicationId getPackageName()
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
Loading…
Reference in a new issue