From 7a625d0c7a94fd62455f3dbb8f617e2dc2704c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 17:35:43 +0000 Subject: [PATCH] [in_app_pur]: Bump annotation Bumps annotation from 1.0.0 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../in_app_purchase_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/in_app_purchase/in_app_purchase_android/android/build.gradle b/packages/in_app_purchase/in_app_purchase_android/android/build.gradle index cbb0855509a5..31593afccbf6 100644 --- a/packages/in_app_purchase/in_app_purchase_android/android/build.gradle +++ b/packages/in_app_purchase/in_app_purchase_android/android/build.gradle @@ -52,7 +52,7 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:1.0.0' + implementation 'androidx.annotation:annotation:1.4.0' implementation 'com.android.billingclient:billing:3.0.2' testImplementation 'junit:junit:4.12' testImplementation 'org.json:json:20180813'