From 326b6ba5d1e53e7c8f5d8950b9dc247e9a1ec584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 06:08:42 +0000 Subject: [PATCH] Bump billingVersion from 8.1.0 to 8.3.0 Bumps `billingVersion` from 8.1.0 to 8.3.0. Updates `com.android.billingclient:billing` from 8.1.0 to 8.3.0 Updates `com.android.billingclient:billing-ktx` from 8.1.0 to 8.3.0 --- updated-dependencies: - dependency-name: com.android.billingclient:billing dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.billingclient:billing-ktx dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 3ab8f2e379..2799e2cbda 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -69,7 +69,7 @@ zxingVersion = "3.5.4" huaweiPushVersion = "6.13.0.300" googlePlayReviewVersion = "2.0.2" coilVersion = "3.3.0" -billingVersion = "8.1.0" +billingVersion = "8.3.0" [libraries] accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissionsVersion" }