diff --git a/app/build.gradle b/app/build.gradle index 40d6f4f..06d9b89 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -216,7 +216,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp-tls:4.9.3' implementation 'com.squareup.okhttp3:logging-interceptor:4.9.3' - googleApiImplementation "com.android.billingclient:billing-ktx:6.2.1" + googleApiImplementation "com.android.billingclient:billing-ktx:7.0.0" implementation('io.socket:socket.io-client:2.0.0') { exclude group: 'org.json', module: 'json'