From ca0f23df627c77030cdcdd8b2b01e666f476137c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 18:51:06 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.9.1 to 1.10.0 Bumps androidx.annotation:annotation from 1.9.1 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index ca9c26946..31c2c24ca 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -436,7 +436,7 @@ val uiTestsImplementation by configurations.named("uiTestsImplementation") dependencies { ksp("com.github.bumptech.glide:ksp:5.0.7") - ksp("androidx.annotation:annotation:1.9.1") + ksp("androidx.annotation:annotation:1.10.0") ksp("androidx.room:room-compiler:2.8.4") //ACRA needs the following dependency to use a custom report sender