From 09909032fb3f65813b036b750db6aa09edb8deb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 07:27:58 +0000 Subject: [PATCH] Bump com.android.billingclient:billing-ktx from 8.3.0 to 9.0.0 Bumps com.android.billingclient:billing-ktx from 8.3.0 to 9.0.0. --- updated-dependencies: - dependency-name: com.android.billingclient:billing-ktx dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- flow/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow/build.gradle.kts b/flow/build.gradle.kts index 90b4f6e..838ec45 100644 --- a/flow/build.gradle.kts +++ b/flow/build.gradle.kts @@ -100,7 +100,7 @@ dependencies { api("androidx.startup:startup-runtime:1.2.0") - val billingVersion = "8.3.0" + val billingVersion = "9.0.0" api("com.android.billingclient:billing-ktx:$billingVersion") implementation("androidx.annotation:annotation:1.10.0")