From 5a1b3b472499573e7eefbd278d8da3125e48d4e9 Mon Sep 17 00:00:00 2001 From: Aman Jain Date: Tue, 30 Jun 2026 17:45:45 +0530 Subject: [PATCH] Release v2.3.9 --- CHANGELOG.md | 8 ++++++++ sample/dependencies.gradle.kts | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f271275..914bd1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.9 + +### Fixed +- Fixed an issue related to rapid navigations. +- Fixed an ANR related to animated dialog captures. +- Fixed an issue related to keyboard scrolls on webviews. +- Fixed an issue related to dispatch window callback mutations. + ## 2.3.8 ### Added diff --git a/sample/dependencies.gradle.kts b/sample/dependencies.gradle.kts index 90b365b..9f5e2be 100644 --- a/sample/dependencies.gradle.kts +++ b/sample/dependencies.gradle.kts @@ -1,4 +1,4 @@ -val sdk_version = "2.3.8" +val sdk_version = "2.3.9" extra["versions"] = mapOf( "androidx.core" to "androidx.core:core-ktx:1.9.0",