From 9517540fff957ebdcaa45b044be100d8d108da2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:49:33 +0000 Subject: [PATCH] chore(deps): bump com.android.billingclient:billing-ktx Bumps com.android.billingclient:billing-ktx from 6.1.0 to 6.2.0. --- updated-dependencies: - dependency-name: com.android.billingclient:billing-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2f86ddbc2..8c3e19994 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -140,7 +140,7 @@ dependencies { implementation project(":api-client") fullImplementation 'androidx.mediarouter:mediarouter:1.6.0' - fullImplementation 'com.android.billingclient:billing-ktx:6.1.0' + fullImplementation 'com.android.billingclient:billing-ktx:6.2.0' fullImplementation 'com.google.android.gms:play-services-base:18.2.0' fullImplementation 'com.google.android.gms:play-services-cast-framework:21.4.0' fullImplementation 'com.google.android.play:core:1.10.3'