From 4b9745586cae02eacb1a2dc998876979e26ad834 Mon Sep 17 00:00:00 2001 From: Farhad7d7 Date: Mon, 2 May 2022 15:51:23 +0430 Subject: [PATCH] v0.9.18.0-BETA update CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- podchat/build.gradle | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) 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 {