diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f365d69..ab80f8b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ # 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 @@ -13,13 +13,17 @@ All notable changes to this project will be documented here. ### 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 diff --git a/podchat/build.gradle b/podchat/build.gradle index 53ae3a56..428b1d1b 100644 --- a/podchat/build.gradle +++ b/podchat/build.gradle @@ -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 {