From b6523bf30fd3d5d68be41e9e2c67bd1c19d976d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 01:19:56 +0000 Subject: [PATCH] Update dependency com.android.billingclient:billing-ktx to v4.1.0 --- 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 2a03491f8..43f4b7826 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -249,7 +249,7 @@ dependencies { googleplayImplementation("com.google.firebase:firebase-config-ktx") googleplayImplementation("com.google.android.gms:play-services-location:19.0.1") googleplayImplementation("com.google.android.gms:play-services-maps:18.1.0") - googleplayImplementation("com.android.billingclient:billing-ktx:4.0.0") + googleplayImplementation("com.android.billingclient:billing-ktx:4.1.0") googleplayImplementation("com.google.android.play:core:1.10.3") googleplayImplementation("com.google.android.play:core-ktx:1.8.1") googleplayImplementation("com.google.android.gms:play-services-oss-licenses:17.0.0")