From 540698764f80bfb4fef4f3902144927dfd88bc2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 06:19:20 +0000 Subject: [PATCH] chore: bump com.rokt:roktsdk from 4.12.1 to 4.12.2 Bumps [com.rokt:roktsdk](https://github.com/ROKT/sdk-android-source) from 4.12.1 to 4.12.2. - [Commits](https://github.com/ROKT/sdk-android-source/commits) --- updated-dependencies: - dependency-name: com.rokt:roktsdk dependency-version: 4.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c626387..9872b49 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.5.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4' implementation 'androidx.compose.runtime:runtime' - api 'com.rokt:roktsdk:4.12.1' + api 'com.rokt:roktsdk:4.12.2' testImplementation files('libs/java-json.jar') testImplementation 'com.squareup.assertj:assertj-android:1.2.0'