Skip to content

Commit b3852c9

Browse files
Update dependency com.android.billingclient:billing-ktx to v6 (#2003)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1fdaa6 commit b3852c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dependencies {
118118
implementation(group = "com.google.j2objc", name = "j2objc-annotations", version = "2.8")
119119

120120
implementation(group = "com.android.billingclient", name = "billing", version = "6.0.0")
121-
implementation(group = "com.android.billingclient", name = "billing-ktx", version = "5.2.0")
121+
implementation(group = "com.android.billingclient", name = "billing-ktx", version = "6.0.0")
122122
implementation(group = "androidx.multidex", name = "multidex", version = "2.0.1")
123123
implementation(group = "androidx.cardview", name = "cardview", version = "1.0.0")
124124
implementation(group = "androidx.recyclerview", name = "recyclerview", version = "1.3.0")

0 commit comments

Comments
 (0)