From 96f1e50d8d87bed0d7d5c0fe26157f027c847734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:43:46 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.7.1 to 1.8.2 in /android Bumps androidx.annotation:annotation from 1.7.1 to 1.8.2. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/third_party/libxposed/service/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/third_party/libxposed/service/build.gradle.kts b/android/third_party/libxposed/service/build.gradle.kts index 3d0a39740..c02b04d97 100644 --- a/android/third_party/libxposed/service/build.gradle.kts +++ b/android/third_party/libxposed/service/build.gradle.kts @@ -8,5 +8,5 @@ android { dependencies { implementation(project(":third_party:libxposed:interface")) - compileOnly("androidx.annotation:annotation:1.7.1") + compileOnly("androidx.annotation:annotation:1.8.2") } \ No newline at end of file