From b60cf191961f8cea7ad21af3f7eb63a5e99110b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 05:12:02 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 Bumps androidx.annotation:annotation from 1.8.2 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- wvWare/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wvWare/build.gradle b/wvWare/build.gradle index c6a1783..6cff01e 100644 --- a/wvWare/build.gradle +++ b/wvWare/build.gradle @@ -83,7 +83,7 @@ afterEvaluate { } dependencies { - implementation("androidx.annotation:annotation:1.8.2") + implementation("androidx.annotation:annotation:1.9.0") implementation("com.viliussutkus89:assetextractor-android:1.3.3") implementation 'com.getkeepsafe.relinker:relinker:1.4.5'