Skip to content

Commit

Permalink
Bump com.android.billingclient:billing-ktx from 7.0.0 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps com.android.billingclient:billing-ktx from 7.0.0 to 7.1.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent ad5bdd3 commit ca49e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies {

api("androidx.startup:startup-runtime:1.1.1")

val billingVersion = "7.0.0"
val billingVersion = "7.1.0"
api("com.android.billingclient:billing-ktx:$billingVersion")

implementation("androidx.annotation:annotation:1.8.0")
Expand Down

0 comments on commit ca49e3c

Please sign in to comment.