From 974d7da148694531abe588bb6f97340ae1049648 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 22:09:50 +0000 Subject: [PATCH] Update dependency com.android.billingclient:billing to v6.0.1 (#2018) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8d5feffc9..f1deed9ec 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -117,7 +117,7 @@ dependencies { ) implementation(group = "com.google.j2objc", name = "j2objc-annotations", version = "2.8") - implementation(group = "com.android.billingclient", name = "billing", version = "6.0.0") + implementation(group = "com.android.billingclient", name = "billing", version = "6.0.1") implementation(group = "com.android.billingclient", name = "billing-ktx", version = "6.0.0") implementation(group = "androidx.multidex", name = "multidex", version = "2.0.1") implementation(group = "androidx.cardview", name = "cardview", version = "1.0.0")