From 2094d82d00006f6d343f3a739511b982aa6e20f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 22:43:50 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.2 to 1.10.0 Bumps androidx.annotation:annotation from 1.8.2 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 51907ae..888652b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -66,5 +66,5 @@ dependencies { implementation 'com.github.tiann:FreeReflection:3.2.0' implementation "com.github.topjohnwu.libsu:core:6.0.0" implementation 'org.jdeferred:jdeferred-android-aar:1.2.6' - annotationProcessor 'androidx.annotation:annotation:1.8.2' + annotationProcessor 'androidx.annotation:annotation:1.10.0' }