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 9c9185c commit d4c6913Copy full SHA for d4c6913
packages/in_app_purchase/in_app_purchase/example/android/app/build.gradle
@@ -109,7 +109,7 @@ dependencies {
109
implementation 'com.android.billingclient:billing:3.0.2'
110
testImplementation 'junit:junit:4.13.2'
111
testImplementation 'org.mockito:mockito-core:4.7.0'
112
- testImplementation 'org.json:json:20180813'
+ testImplementation 'org.json:json:20220924'
113
androidTestImplementation 'androidx.test:runner:1.1.1'
114
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
115
}
0 commit comments