From ff1c7633ce82dcdf04405336e3d7edb042200810 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:28:05 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.7.0 --- stevia/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stevia/android/build.gradle b/stevia/android/build.gradle index a831fa5f..a5116511 100644 --- a/stevia/android/build.gradle +++ b/stevia/android/build.gradle @@ -35,7 +35,7 @@ android { } dependencies { - implementation "androidx.annotation:annotation:1.6.0" + implementation "androidx.annotation:annotation:1.7.0" testImplementation(platform('org.junit:junit-bom:5.10.0')) testImplementation('org.junit.jupiter:junit-jupiter') testImplementation 'org.mockito:mockito-core:5.5.0'