We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fdaa6 commit b3852c9Copy full SHA for b3852c9
app/build.gradle.kts
@@ -118,7 +118,7 @@ dependencies {
118
implementation(group = "com.google.j2objc", name = "j2objc-annotations", version = "2.8")
119
120
implementation(group = "com.android.billingclient", name = "billing", version = "6.0.0")
121
- implementation(group = "com.android.billingclient", name = "billing-ktx", version = "5.2.0")
+ implementation(group = "com.android.billingclient", name = "billing-ktx", version = "6.0.0")
122
implementation(group = "androidx.multidex", name = "multidex", version = "2.0.1")
123
implementation(group = "androidx.cardview", name = "cardview", version = "1.0.0")
124
implementation(group = "androidx.recyclerview", name = "recyclerview", version = "1.3.0")
0 commit comments