From 16c8cac0f57ddf2a7c9a502578ae0c7706b06e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:24:50 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.2 to 1.9.1 Bumps androidx.annotation:annotation from 1.8.2 to 1.9.1. --- 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 7571faf..8af2061 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,7 +61,7 @@ android { } dependencies { - compileOnly 'androidx.annotation:annotation:1.8.2' + compileOnly 'androidx.annotation:annotation:1.9.1' compileOnly 'io.github.libxposed:api:100' compileOnly project(":libxposed-compat") }