From 6a16a35985c77858684ab956c55ebb1411561fee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 03:53:52 +0000 Subject: [PATCH] fix(deps): update dependency com.google.guava:guava to v33 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 6437626..6334735 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -49,7 +49,7 @@ repositories { dependencies { - implementation "com.google.guava:guava:31.1-jre" + implementation "com.google.guava:guava:33.2.0-jre" def billing_version = "6.2.1" implementation "com.android.billingclient:billing:$billing_version" implementation fileTree(dir: 'libs', include: ['*.jar'])