From d9fdd99892e18a5345a31cd78c5281e4eb5e7f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:35:37 +0300 Subject: [PATCH] build(deps): Bump androidBillingClient from 7.0.0 to 7.1.0 (#595) Bumps `androidBillingClient` from 7.0.0 to 7.1.0. Updates `com.android.billingclient:billing` from 7.0.0 to 7.1.0 Updates `com.android.billingclient:billing-ktx` from 7.0.0 to 7.1.0 --- updated-dependencies: - dependency-name: com.android.billingclient:billing dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.billingclient:billing-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 bd8597f7..fe5f729a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ appVersionName = "1.5.2" appVersionCode = "6" # https://github.com/google/accompanist accompanist = "0.36.0" -androidBillingClient = "7.0.0" +androidBillingClient = "7.1.0" # https://mvnrepository.com/artifact/com.android.tools/desugar_jdk_libs androidDesugar = "2.1.2" # https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google