Skip to content

Commit

Permalink
v0.9.18.0-BETA
Browse files Browse the repository at this point in the history
update CHANGELOG.md
  • Loading branch information
Farhad7d7 committed May 2, 2022
1 parent 3c58724 commit 4b97455
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,25 @@
# Changelog
All notable changes to this project will be documented here.

## [0.9.18.0] -2022-05-01
## [0.9.18.0] -2022-05-02

### Added

- Add LoudnessEnhancer for audio calls

### Changed

- Update compileSdkVersion to 30

- Update targetSdkVersion to 30

- Update Sentry DSN

- Update PodCall version to 3.8.21-SNAPSHOT

### Fixed

- Minor bug fixes and improvements
- Minor bug fixes and improvements for assistants management



Expand Down
6 changes: 3 additions & 3 deletions podchat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ apply plugin: 'com.kezong.fat-aar'
//apply plugin: 'com.google.gms.google-services'

ext {
libraryVersion = '0.9.17.2'
libraryVersionCode = 193
libraryVersionLight = '0.9.14.2'
libraryVersion = '0.9.18.0-BETA'
libraryVersionCode = 194
libraryVersionLight = '0.9.15.0-BETA'
podcallVersion = '3.8.21-SNAPSHOT'
}
android {
Expand Down

0 comments on commit 4b97455

Please sign in to comment.