diff --git a/CHANGELOG.md b/CHANGELOG.md index 8acadd6..349e3a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.7 + +### Fixed +- Implemented web view masking for Canvas Technology. +- Fixed an issue with web view masking. +- Fixed masking displacement on fast scrolling. + ## 2.3.6 ### Fixed diff --git a/sample/dependencies.gradle.kts b/sample/dependencies.gradle.kts index bc61f8e..246c2d0 100644 --- a/sample/dependencies.gradle.kts +++ b/sample/dependencies.gradle.kts @@ -1,4 +1,4 @@ -val sdk_version = "2.3.6" +val sdk_version = "2.3.7" extra["versions"] = mapOf( "androidx.core" to "androidx.core:core-ktx:1.9.0",