From 967991cea132683531e6be2ade12c35122d47850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 00:24:16 +0000 Subject: [PATCH] Bump annotation from 1.4.0 to 1.5.0 Bumps annotation from 1.4.0 to 1.5.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 +- starter/stub/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1a8e17854..87eacba70 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,6 +63,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.4.0' + implementation 'androidx.annotation:annotation:1.5.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1' } diff --git a/starter/stub/build.gradle b/starter/stub/build.gradle index ee6d1c55f..93e9e403a 100644 --- a/starter/stub/build.gradle +++ b/starter/stub/build.gradle @@ -24,5 +24,5 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:1.4.0' + implementation 'androidx.annotation:annotation:1.5.0' }