Skip to content

Commit

Permalink
Update dependency com.android.billingclient:billing to v7 (#2169)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent 6179bbe commit 132bf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ dependencies {
)
implementation(group = "com.google.j2objc", name = "j2objc-annotations", version = "3.0.0")

implementation(group = "com.android.billingclient", name = "billing", version = "6.2.1")
implementation(group = "com.android.billingclient", name = "billing", version = "7.0.0")
implementation(group = "com.android.billingclient", name = "billing-ktx", version = "6.2.1")
implementation(group = "androidx.multidex", name = "multidex", version = "2.0.1")
implementation(group = "androidx.cardview", name = "cardview", version = "1.0.0")
Expand Down

0 comments on commit 132bf30

Please sign in to comment.