From b8fde7e01d66221facc771fb47c89d5bac28d7d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:11:28 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-serialization-json in /android Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index f904d82..badc030 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -72,5 +72,5 @@ android { dependencies { implementation 'com.github.HaishinKit.HaishinKit~kt:haishinkit:7e07a7e784' implementation 'com.github.HaishinKit.HaishinKit~kt:rtmp:7e07a7e784' - implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0' + implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0' } \ No newline at end of file