From 6ae85abc350c405c48f47678c15653b02cff1cee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 23:21:13 +0000 Subject: [PATCH] fix(deps): update dependency androidx.annotation:annotation to v1.7.0 --- libs/stub/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/stub/build.gradle.kts b/libs/stub/build.gradle.kts index 1cb4a9346b..42054aa58d 100644 --- a/libs/stub/build.gradle.kts +++ b/libs/stub/build.gradle.kts @@ -15,6 +15,6 @@ android { dependencies { // androidx nullability stubs - compileOnly("androidx.annotation:annotation:1.6.0") + compileOnly("androidx.annotation:annotation:1.7.0") } }