From 5f2ecf3f44b1c4f7e137e84958e1e63e8563941a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 05:00:25 +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 a352dcb2..d5824dd9 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.1')) testImplementation('org.junit.jupiter:junit-jupiter') testImplementation 'org.mockito:mockito-core:5.5.0'