From de43fcbbe050a15fd01d754185cf4c6ce21c7b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 09:40:14 +0800 Subject: [PATCH] Bump androidx.annotation:annotation from 1.7.1 to 1.8.0 (#37) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 42b89ed..435619e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,6 +61,6 @@ android { } dependencies { - compileOnly 'androidx.annotation:annotation:1.7.1' + compileOnly 'androidx.annotation:annotation:1.8.0' compileOnly 'io.github.libxposed:api:100' }