From 28a86a6fa3d02b940ca2bb54512be6a4ad16cbfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:39:00 +0000 Subject: [PATCH] Bump com.android.billingclient:billing-ktx from 7.1.0 to 7.1.1 Bumps com.android.billingclient:billing-ktx from 7.1.0 to 7.1.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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f8ac825..aad3f61 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ gridlayout = "1.0.0" material = "1.12.0" constraintlayout = "2.1.4" sdp-android = "1.1.1" -billing-ktx = "7.1.0" +billing-ktx = "7.1.1" lifecycle-extensions = "2.2.0" lifecycle-runtime-ktx = "2.8.6" junit = "4.13.2"