From 9f9a4a9c4dd0eae6bfe15bfefb7863e37af128f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 06:33:12 +0000 Subject: [PATCH] chore: bump androidx.compose.runtime:runtime-android from 1.8.3 to 1.9.0 Bumps androidx.compose.runtime:runtime-android from 1.8.3 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.compose.runtime:runtime-android dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 59b6f9a..3aa3ed7 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ repositories { dependencies { implementation 'androidx.annotation:annotation:1.5.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4' - implementation 'androidx.compose.runtime:runtime-android:1.8.3' + implementation 'androidx.compose.runtime:runtime-android:1.9.0' api 'com.rokt:roktsdk:4.11.0' testImplementation files('libs/java-json.jar')