From 07f88ca44bccd43ffa34325e4508d5637ef707f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 00:23:31 +0000 Subject: [PATCH] Bump annotation from 1.2.0 to 1.3.0 Bumps annotation from 1.2.0 to 1.3.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 645f8c0..55c5ff1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,6 +57,6 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation 'androidx.annotation:annotation:1.2.0' + implementation 'androidx.annotation:annotation:1.3.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1' }