Skip to content

Commit

Permalink
Update dependency com.android.billingclient:billing to v6.0.1 (#2018)
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] committed Jun 29, 2023
1 parent a0138ed commit 974d7da
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 @@ -117,7 +117,7 @@ dependencies {
)
implementation(group = "com.google.j2objc", name = "j2objc-annotations", version = "2.8")

implementation(group = "com.android.billingclient", name = "billing", version = "6.0.0")
implementation(group = "com.android.billingclient", name = "billing", version = "6.0.1")
implementation(group = "com.android.billingclient", name = "billing-ktx", version = "6.0.0")
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 974d7da

Please sign in to comment.