From 7ab07f32a083b956a234c894be32a77a4e0d21f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 06:54:09 +0000 Subject: [PATCH] chore: bump com.rokt:roktsdk from 4.13.0 to 4.13.1 Bumps [com.rokt:roktsdk](https://github.com/ROKT/sdk-android-source) from 4.13.0 to 4.13.1. - [Commits](https://github.com/ROKT/sdk-android-source/commits) --- updated-dependencies: - dependency-name: com.rokt:roktsdk dependency-version: 4.13.1 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 221e279..08edcdc 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,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.13.0' + api 'com.rokt:roktsdk:4.13.1' testImplementation files('libs/java-json.jar') testImplementation 'com.squareup.assertj:assertj-android:1.2.0'