From 2b0ed91b18576a57ea15f6586f28fad0fbd91e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 00:00:42 +0000 Subject: [PATCH] Bump com.android.billingclient:billing-ktx from 6.0.0 to 6.0.1 Bumps com.android.billingclient:billing-ktx from 6.0.0 to 6.0.1. --- updated-dependencies: - dependency-name: com.android.billingclient:billing-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- iap/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iap/build.gradle.kts b/iap/build.gradle.kts index e1a67b4..4034a63 100644 --- a/iap/build.gradle.kts +++ b/iap/build.gradle.kts @@ -40,7 +40,7 @@ android { dependencies { - implementation("com.android.billingclient:billing-ktx:6.0.0") + implementation("com.android.billingclient:billing-ktx:6.0.1") implementation("androidx.appcompat:appcompat:1.6.1") implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")