diff --git a/CHANGELOG.md b/CHANGELOG.md index fba88b8..d6c10e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.3.11 + +### Fixed +- Fixed an issue related to WebView capturing during session recording. + ## 2.3.10 ### Fixed diff --git a/sample/dependencies.gradle.kts b/sample/dependencies.gradle.kts index df2fa76..d47693f 100644 --- a/sample/dependencies.gradle.kts +++ b/sample/dependencies.gradle.kts @@ -1,4 +1,4 @@ -val sdk_version = "2.3.10" +val sdk_version = "2.3.11" extra["versions"] = mapOf( "androidx.core" to "androidx.core:core-ktx:1.9.0",