Skip to content

Commit

Permalink
Bump com.android.billingclient:billing-ktx from 5.2.0 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps com.android.billingclient:billing-ktx from 5.2.0 to 6.0.0.

---
updated-dependencies:
- dependency-name: com.android.billingclient:billing-ktx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and warting committed May 11, 2023
1 parent f3fda7c commit 86f6c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {

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

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

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

0 comments on commit 86f6c1a

Please sign in to comment.