From e1636b3ee68a9d01480727fe0bcd71c4aba76349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 07:17:16 +0000 Subject: [PATCH] chore: Bump com.devcycle:android-client-sdk in /android Bumps [com.devcycle:android-client-sdk](https://github.com/DevCycleHQ/android-client-sdk) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/DevCycleHQ/android-client-sdk/releases) - [Commits](https://github.com/DevCycleHQ/android-client-sdk/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: com.devcycle:android-client-sdk dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a534bd2..34474da 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -47,7 +47,7 @@ android { } dependencies { - implementation("com.devcycle:android-client-sdk:2.8.0") + implementation("com.devcycle:android-client-sdk:2.8.1") // Test dependencies testImplementation 'junit:junit:4.13.2'