From c1d27b6a7def6af5e252a67fea02d2b388c36a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 03:03:10 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.9.1 to 1.10.0 Bumps androidx.annotation:annotation from 1.9.1 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- flow/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow/build.gradle.kts b/flow/build.gradle.kts index df69613..e8f5ccc 100644 --- a/flow/build.gradle.kts +++ b/flow/build.gradle.kts @@ -103,7 +103,7 @@ dependencies { val billingVersion = "8.3.0" api("com.android.billingclient:billing-ktx:$billingVersion") - implementation("androidx.annotation:annotation:1.9.1") + implementation("androidx.annotation:annotation:1.10.0") val lifecycle_version = "2.10.0"