We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e8d1e commit e3828f4Copy full SHA for e3828f4
packages/in_app_purchase/in_app_purchase_android/android/build.gradle
@@ -62,7 +62,7 @@ dependencies {
62
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
63
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
64
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))
65
- implementation 'com.android.billingclient:billing:6.2.0'
+ implementation 'com.android.billingclient:billing:7.0.0'
66
testImplementation 'junit:junit:4.13.2'
67
testImplementation 'org.json:json:20240303'
68
testImplementation 'org.mockito:mockito-core:5.4.0'
0 commit comments