diff --git a/SDK/exotel-voice-1.0.53-release.aar b/SDK/exotel-voice-1.0.54-release.aar similarity index 96% rename from SDK/exotel-voice-1.0.53-release.aar rename to SDK/exotel-voice-1.0.54-release.aar index 72fcb76..bb9ed3e 100644 Binary files a/SDK/exotel-voice-1.0.53-release.aar and b/SDK/exotel-voice-1.0.54-release.aar differ diff --git a/jetixApp/Changelog.md b/jetixApp/Changelog.md index 7cbb27d..10c7e1d 100644 --- a/jetixApp/Changelog.md +++ b/jetixApp/Changelog.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [1.0.54] 30-07-2024 + +### Added +* [VST-804](https://exotel.atlassian.net/browse/VST-804) : configured send metrics + ## [1.0.53] 17-07-2024 ### Added diff --git a/jetixApp/app/build.gradle b/jetixApp/app/build.gradle index cb75391..2eb4ab1 100644 --- a/jetixApp/app/build.gradle +++ b/jetixApp/app/build.gradle @@ -94,7 +94,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4' implementation 'com.google.code.gson:gson:[2.8.5]' - implementation 'dnsjava:dnsjava:[2.1.9,)' + implementation 'dnsjava:dnsjava:3.5.3' implementation 'com.squareup.okhttp3:okhttp:[3.14.2,)' implementation 'com.squareup.okhttp3:logging-interceptor:[3.14.2,)' implementation project(path: ':exotel-voice-sdk')