From 2ab815227cbe4bef9f49b504ac6d63cc1b073f44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 18:16:48 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.7.1 to 1.8.0 Bumps androidx.annotation:annotation from 1.7.1 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation 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 80efb36..537eae1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,5 +57,5 @@ dependencies { implementation 'com.github.tiann:FreeReflection:3.2.0' implementation "com.github.topjohnwu.libsu:core:5.2.2" implementation 'org.jdeferred:jdeferred-android-aar:1.2.6' - annotationProcessor 'androidx.annotation:annotation:1.7.1' + annotationProcessor 'androidx.annotation:annotation:1.8.0' }